peaceandlove
peaceandlove
python 3.6.7 pytorch 1.1 torchvision 0.3 这一行报错 mnist_train = torchvision.datasets.FashionMNIST(root='~/Datasets/FashionMNIST', train=True, download=True, transform=transforms.ToTensor()) 0it [00:00, ?it/s] Using downloaded and verified file: /home/zhoushijie/Datasets/FashionMNIST/FashionMNIST/raw/train-images-idx3-ubyte.gz Extracting /home/zhoushijie/Datasets/FashionMNIST/FashionMNIST/raw/train-images-idx3-ubyte.gz Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-labels-idx1-ubyte.gz to /home/zhoushijie/Datasets/FashionMNIST/FashionMNIST/raw/train-labels-idx1-ubyte.gz --------------------------------------------------------------------------- ZeroDivisionError...
Hi seanie! Really appreciate for your code share, it does help me deepen my understanding of this paper. But I have some trouble reproducing your code in the inference stage....