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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: