7 lines
56 B
Python
7 lines
56 B
Python
import torch
|
|
|
|
print(torch.__version__)
|
|
|
|
print("hello")
|
|
|