File size: 42 Bytes
d572bb4
 
 
1
2
3
import torch
x = torch.rand(5, 3)
print(x)