Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

During the exercise, I got this issue... #4

Open
eastonYi opened this issue Mar 6, 2016 · 2 comments
Open

During the exercise, I got this issue... #4

eastonYi opened this issue Mar 6, 2016 · 2 comments

Comments

@eastonYi
Copy link

eastonYi commented Mar 6, 2016

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

@styleNie
Copy link

Hi, Std-Easton @Std-Easton, Have you solve the problem? I have meet the same problem with you.

@xiehongyu2005
Copy link

load_MNIST_images()
change
-with open(filename, "r") as f:-
to
-with open(filename, "rb") as f:-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants