标签: dataset pytorch torchvision
我有数据加载器
trainloader.dataset.data.shape = torch.Size([50000,32,32,3])
如何使用
torch.Size([50000,224,224,3])