maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

Memory Error when running example.py #74

Open Manfed opened 7 years ago

Manfed commented 7 years ago

Hi, I'm getting a Memory Error when I'm trying to run an example script (probably during creation of coo matrix. Is there a way to save intermediate results in file (or some other method) to decrease the memory usage?