python - How to resize a PyTorch tensor? - Stack Overflow
https://stackoverflow.com/questions/5867668802.11.2019 · How to resize a PyTorch tensor? Ask Question Asked 2 years, 2 months ago. Active 17 days ago. Viewed 14k times 9 1. I have a PyTorch tensor of size (5, 1, 44, 44) (batch, channel, height, width), and I want to 'resize' it to (5, 1, 224, 224) How can I do that? What functions should I use? python computer-vision ...