Re: [Numpy-discussion] numpy.lib.npyio.load

2011-10-10 Thread David Cournapeau
Hi Jean-Louis, On Sun, Oct 9, 2011 at 2:37 PM, Jean-Louis Durrieu wrote: > Hi everyone, > > I was just wondering something: lately, I had to use the load function, to > load arrays stored in npz files. > > During one session, I need to read quite a few times several files (or even > the same fi

[Numpy-discussion] numpy.lib.npyio.load

2011-10-09 Thread Jean-Louis Durrieu
Hi everyone, I was just wondering something: lately, I had to use the load function, to load arrays stored in npz files. During one session, I need to read quite a few times several files (or even the same files), for some model training. I however just found out that the batch processing I r