Xilinx / Vitis-AI-Tutorials

MIT License
358 stars 144 forks source link

Solution Issue importing MNIST dataset #76

Open stevenbos123 opened 1 year ago

stevenbos123 commented 1 year ago

torchvision.datasets.MNIST would already make the url of the download http://yann.lecun.com/exdb/mnist/ + "{resources}". This would result in the URL becoming "http://yann.lecun.com/exdb/mnist/https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz", which gives a issue.