Python/Error
[python] ModuleNotFoundError: No module named 'torch'
inanJeong
2022. 7. 8. 14:11
1. ModuleNotFoundError: No module named 'torch'
2. 해결방법
PyTorch
An open source machine learning framework that accelerates the path from research prototyping to production deployment.
pytorch.org
- 자신의 os, 패키지, 언어, GPU/CPU에 맞게 커맨드 획득
- 다음은 윈도우, pip, python, cpu로 얻은 설치 명령어입니다.
pip3 install torch torchvision torchaudio