python - increasing NumPy memory limit -


i doing coding nn huge dataset, example mnist dataset (about 700*50000). when test it, code got memoryerror. have computer 12 gb ram, think python or numpy can't use of them.

can push python or numpy use remaining available memory in pc ?

os : windows 7 64-bit

python : python(x, y) 2.7.60

thanks

i believe python(x, y) distribution of python still 32-bit build (64-bit support still on roadmap), limited 32 bits of address space though using 64-bit os. need install 64-bit build of python , numpy binaries access more memory.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -