Guest User

Untitled

a guest
Jan 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. F = HttpFile('http://localhost:8000/meta.data.npz')
  2. with np.load(F) as data:
  3. a = data['arr_0']
  4. print(a)
Add Comment
Please, Sign In to add comment