Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. self.B = \
  2.         numpy.memmap(open("/tmp/memmap_B.temp","w"),dtype='uint8',mode='w+',\
  3.         shape = (self.X.shape[1],self.X.shape[1]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement