On 25 March 2014 22:54, Anitha Gollamudi <[email protected]> wrote: > This is really strange. I have shifted my implementation to EC2 with > 60GB memory and I still get MemoryError! Moreover only 3.5% of the > RAM is in usage when the memory error threw up. >
Sorry, I take back my word. Debugging shows that numpy.zeros() is requesting a matrix of size 2865GB (INT matrix of shape 2365436 * 325056). I now have to deal with this beast in some way. Thanks for all your suggestions -Anitha ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
