Oskar Flordal

Results 5 comments of Oskar Flordal

> @oskarflordal @cbs228 @simonkuehling Did you guys have any issues when setting up the QL-1110NWB on Linux? I was able to get it working on a linux VM but cannot...

Sorry for a late reply (and the bugs in readBinary :/). Anyways, seems I have incorrectly set the maximum string length to 50 for some reason (when it should be...

https://github.com/oskarflordal/node-word2vec/tree/strlenfix I removed an allocation to save a lot of of memory but I still run out when trying to read gnews.bin (after 25 minutes on my machine).

I guess your options are: - Reconsider if this is really the way you want to solve your problem. Can you push the vectors into a database instead and perhaps...