-
windows 가상머신(Ubuntu) CUDA 설정방법ML 2023. 6. 9. 11:48
- 설명 잘나와있음.
- [ubuntu] check Driver and CUDA settings
$ nvidia-smi : You can check the Driver and CUDA versions
$ nvcc -V : Also make sure to check whether the Nvidia Cuda Compiler Driver has been installed or not- [ubuntu] install python
sudo apt-get install python3-pip- [ubuntu] install pytorch : 공식사이트에서 설치 명령어 복붙
- [ubuntu] cuda 사용 여부 확인
$ python3
import torch
torch.cuda.is_available()윈도우>시작>NVIDIA Control Panel
상단메뉴-바탕 화면-개발자 설정 활성화
좌측메뉴-개발자-GPU 성능 카운터 관리-엑세스 모두 허용+ 우분투 gui로 리모트 접속 (xrdp)
https://lapina.tistory.com/146
https://lapina.tistory.com/147원격접속시 장비 재구동
$ sudo service xrdp restart
'ML' 카테고리의 다른 글
sklearn 회귀모델 r2-score 측정 (1) 2023.01.08 statsmodels-js - MLR 구현 (0) 2023.01.08