When I run the tutorial code> https://pytorch.org/tutorials/beginner/nn_tutorial.html
the cell for “pickel.load” causes an error:
After my mac loaded the file and uncompressed it automatically, I compressed it back in Terminal with gzip. Still causes the error.
No, I downloaded the model with 2 different browser (Safari, Firefox) and got the same error.
changed the code to os.open the uncompressed file and got the same error.
Downloaded the file with the python code from the tutorial and downloaded it manually, both create the same error.
Can the mnist.pkl.gz file be not compatible with current pytorch versions?
Any idea?