Now I have a torch.Tensor of size (5, 1, 44, 44) in Pytorch.
torch.Tensor
(5, 1, 44, 44)
and I want to 'resize' it to shape (5, 1, 224, 224)
(5, 1, 224, 224)
How can I do that? What functions should I use?
computer-vision pytorch tensor
computer-vision ×1
pytorch ×1
tensor ×1