some thoughts about torchvision
For torchvision this package is comprised by some data such mnist cifar10 ,cifar100,and so on. if you want to see the details about torch tensor you c an do like this DOWNLOAD_MNIST=True train_data=torchvision.datasets.MNIST( \troot='./MNIST', train=True, transform=torchvision.transforms.ToTensor(
用户评论