잡담/etc
Pytorch 버전 확인방법
flatsun
2023. 5. 28. 22:07
반응형
python -c "import torch; print(torch.__version__)"
내 컴퓨터에 설치된 Pytorch version check를 해주려고 하는데
명령 프롬프트를 연 뒤
python -c "import torch; print(torch.__version__)"
를 입력하고 엔터를 쳐 주면 Pytorch 버전을 바로 확인할 수 있다
반응형