-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training for a large dataset, Java heap space memory out #20
Comments
Hi @pzhanggithub ! |
Thanks for this quick response. The version I used is what I downloaded from the port a couple of days ago, it is the only version. I Mavened it to Eclipse on my Mac. It passed all tests as you provided. And the tasks of reading, training and interacting were all successfully down. For test, I used the class of word2vecExamples with any change but the input file name:
The error occurs at: List read = Common.readToList(f); Thanks. Pengchu |
The file was extracted from report repository and converted into a text file. The same file was used with word2vec.c (by Google) successfully. |
Can you try running this with the changes in #23? |
Tested with fix from #23 and looks like it's work for me. Thank you! |
I trained with Text8 from Eclipse, worked OK. But when I loaded a 2.1 GB text file, OutOfMemoryError occurred even I increased the Eclipse memory to maximum. Any ideas about this?
Thanks.
Pengchu
The text was updated successfully, but these errors were encountered: