You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the 'loader.py' file to get the final result. However, when I set the path = './mnist/', and run this file, it does not give out any result. The error message is there is no path directory, but I don't understand why it could not find the two files train-labels-idx1-ubyte and train-images-idx1-ubyte.
Can you please show me how to execute the code to get the final result? It's a fantastic code btw.