Guest User

Untitled

a guest
May 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. x = np.array([[[[1, 1], [1, 1]],[[2, 2], [2, 2]]],
  2. [[[3, 3], [3, 3]], [[4, 4], [4, 4]]]])
  3.  
  4. np.array([[1, 1, 2, 2],
  5. [1, 1, 2, 2],
  6. [3, 3, 4, 4],
  7. [3, 3, 4, 4]])
Add Comment
Please, Sign In to add comment