chundev
GitHub
GitHub
(opens in a new tab)
(opens in a new tab)
On This Page
(un)squeeze
Question? Give us feedback →
(opens in a new tab)
Edit this page
pytorch
shapes
(un)squeeze
x = torch.tensor([[1,2,3,4,5,6]]) print(x.shape)