Work in Progress for the new PyTorch version
By: Samuele Papa, Alex Gabel.
[1]:
import torch
[2]:
t = torch.ones(16,16)
[3]:
t.shape
[3]:
torch.Size([16, 16])
By: Samuele Papa, Alex Gabel.
[1]:
import torch
[2]:
t = torch.ones(16,16)
[3]:
t.shape
[3]:
torch.Size([16, 16])