dhwiii's notepad | 딥 러닝, 코덱 일기장

[Python PyTorch] 파이토치 버전 확인하기 본문

■ Working Draft/◎ Deep Learning

[Python PyTorch] 파이토치 버전 확인하기

dhwiii 2021. 4. 27. 20:24
import torch
print(torch.__version__)

cmd 명령창이라면 python을 입력한 후 위의 명령을 사용하면 파이토치의 버전을 알 수 있다.

 

Comments