Answers for "getting version of pytorch"

0

get the torch version

import torch
print(torch.__version__)
Posted by: Guest on June-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language