Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. (400, 400)
  2. ---------------------------------------------------------------------------
  3. ValueError Traceback (most recent call last)
  4. <ipython-input-3-8359524d557b> in <module>()
  5. 19 print(image.shape)
  6. 20 #training_data[i] = image.reshape(-1)
  7. ---> 21 training_data[i] = image
  8. 22
  9. 23 i+=1
  10.  
  11. ValueError: could not broadcast input array from shape (400,400) into shape (400,400,3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement