E.g. this: `torch.Tensor(torch.Size((256,3,9,9,2))[:-1])` will return: ``` 256 3 9 9 [torch.FloatTensor of size 4] ``` Slicing `torch.Size` should return `torch.Size`.