-
windows 가상머신(Ubuntu) CUDA 설정방법ML 2023. 6. 9. 11:48
How to Setup a Windows Machine for Machine Learning/Deep Learning Using an Nvidia Graphics Card (CUDA)
If you are learning machine learning / deep learning, you may be using the free Google Colab [https://colab.research.google.com/]. But you might wonder if the free version is adequate. If you can afford a good Nvidia Graphics Card (with a decent amount of
www.freecodecamp.org
- 설명 잘나와있음.
- [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[우분투] 크롬리모트 필요 없음. Xrdp로 윈도우에서 GUI로 원격접속 하자_5분만에 설치하는법 알려
재택근무를 하면서 리모트 접속이 선택이 아닌 필수가 되었다. 우분투 20.04에서 GUI로 리모트 접속하는 방법을 공유 한다. 5분이면 되니 빨리 해보시라. 윈도우 PC에서 너무 잘 활용하던 Chrome Remote
lapina.tistory.com
[우분투] Xrdp 원격접속 시 검정화면 만 뜰 경우 (빈 화면만 뜰 경우)
Xrdp를 활용하면 윈도우나 Mac에서 우분투로 GUI 원격 접속이 가능함을 확인했습니다. 하지만 저의 경우엔 처음에 검정색 화면만 떴었는데요, 그 해결책을 공유 드립니다. Xrdp 원격 접속을 아직 모
lapina.tistory.com
우분투 또는 우분투 서버에 RDP로 원격 연결 사용하기
일반적으로 원격으로 서버나 PC에 접속해서 작업을 진행하기 위해서는 ssh를 사용하거나 원격 데스크톱 연결 (RDP)를 주로 사용한다. ssh를 사용하는 방법은 아래 포스팅을 참고한다. 우분투 또는
www.bearpooh.com
원격접속시 장비 재구동
$ sudo service xrdp restart
'ML' 카테고리의 다른 글
sklearn 회귀모델 r2-score 측정 (1) 2023.01.08 statsmodels-js - MLR 구현 (0) 2023.01.08