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

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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -