6 lines
41 B
Python
6 lines
41 B
Python
|
import torch
|
||
|
|
||
|
print(torch.__version__)
|
||
|
|
||
|
|