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

ValueError: could not broadcast input array from shape (3600) into shape (2400) #39

Open
susheelkumar0077 opened this issue Apr 5, 2018 · 0 comments

Comments

@susheelkumar0077
Copy link

ValueError: could not broadcast input array from shape (3600) into shape (2400)

Loading biases...
Traceback (most recent call last):
File "/home/mcis-lap-25/PycharmProjects/storyteller/neural-storyteller-master/demo.py", line 3, in
generate.story(z, '/home/mcis-lap-25/Desktop/images.jpeg')
File "/home/mcis-lap-25/PycharmProjects/storyteller/neural-storyteller-master/generate.py", line 39, in story
rawim, im = load_image(image_loc)
File "/home/mcis-lap-25/PycharmProjects/storyteller/neural-storyteller-master/generate.py", line 143, in load_image
MEAN_VALUE = numpy.array([103.939, 116.779, 123.68]).reshape((244,244,3))
ValueError: cannot reshape array of size 3 into shape (244,244,3)

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

1 participant