Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 텐서플로우
- 딥러닝
- 영상처리
- linux
- C++
- C언어
- 턱걸이
- OpenCV
- Computer Vision
- 알고리즘
- 백준
- 리눅스
- error
- TensorFlow
- 프로세스
- 학습
- Windows10
- 프로그래밍
- CV
- Windows 10
- 운영체제
- 코딩
- 공부
- c
- 쉘
- 백준알고리즘
- shell
- 회귀
- python
- 시스템프로그래밍
Archives
- Today
- Total
목록버전확인 (1)
줘이리의 인생적기
[linux] torch version 확인, cuda 연결 확인
pytorch 버전 확인 방법, cuda 연결 확인 방법을 알아보겠습니다. $ python >>> import torch >>> print(torch.__version__) >>> (토치 버전) >>> torch.cuda.is_available() >>> (True or False) >>> torch.cuda.current_device() >>> (현재 연결된 device 번호) >>> torch.cuda.get_device_name(위 번호 입력) >>> (연결된 device 번호)
공부/All of error
2021. 9. 13. 23:00