cs482-project / main.py
cgr28's picture
installed pytorch
d572bb4
raw
history blame
42 Bytes
import torch
x = torch.rand(5, 3)
print(x)