[GPU사용] Colab의 GPU를 vscode에서 사용하기
1. Colab의 GPU를 vscode에 연결하여 사용함 참고 : https://www.youtube.com/watch?v=oAKxxLy-G5g vscode에 remote-ssh extension 설치 ngrok.com/get-started/setup 에서 Connect your account 복사 Colab에 새 ipynb 파일 만들기 -> 런타임 유형 변경 -> 하드웨어 가속기 -> GPU NGROK_TOKEN = '위의 ngrok token 붙여넣기' PASSWORD = '111222333' Google Drive 마운트 from google.colab import drive drive.mount('/content/drive/') 1) 온라인 에디터로 사용하는 방법 from colabcode im..
2021.07.05