Guest User

Untitled

a guest
Mar 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. input = np.ndarray((a.shape[0], a.shape[1], a.shape[2],2))
  2. input[:,:,:,0] = a
  3. input[:,:,:,1] = b
  4.  
  5. input[:,:,:,0] = a
  6. ValueError: could not broadcast input array from shape (30,192,192,1) into shape (30,192,192)
Add Comment
Please, Sign In to add comment