데이터 엔지니어 이것저것

PyTorch 설치하기 본문

머신러닝

PyTorch 설치하기

pastime 2021. 8. 31. 21:23
728x90

https://pytorch.org/

 

PyTorch

An open source machine learning framework that accelerates the path from research prototyping to production deployment.

pytorch.org

 

 

pip3 install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html

 

설치하는데 걸리는 시간이 다소 있다.

728x90

'머신러닝' 카테고리의 다른 글

로지스틱 회귀분석  (0) 2021.09.08
Pytorch GPU 사용 여부 확인  (0) 2021.08.31
wordcloud + eunjeon  (0) 2021.02.26
어휘 빈도- 문서 역빈도 분석  (0) 2021.02.19
상관분석 (Correlation Analysis)  (0) 2021.01.12