ufldl_tutorial
ufldl_tutorial copied to clipboard
During the exercise, I got this issue...
File "........\load_MNIST.py", line 18, in load_MNIST_images images = images.reshape((num_images, num_rows * num_cols)).transpose() ValueError: total size of new array must be unchanged
Hi, Std-Easton @Std-Easton, Have you solve the problem? I have meet the same problem with you.
load_MNIST_images()
change
-with open(filename, "r") as f:-
to
-with open(filename, "rb") as f:-