-
Notifications
You must be signed in to change notification settings - Fork 96
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
MemoryError #2
Comments
Nope. Not ok. In a later revision of the code which I have not yet released we moved to batches (new feature from Keras) that enable us to train without holding the entire data in memory. |
The one-hot feature encoding takes a lot of memory, perhaps trying to use a sparse representation. thanks @MajorTal for releasing the code, I replicated your results, but used CHARS to avoid the memory explosion. |
CHARS? Please elaborate. |
about swap... It seems swap is not used at all |
Hi, thank you so much for sharing this! Now I'm at the first Iteration (ok, is only the first one), but is it ok that kind of results at this step or there is something wrong?
I've added only these patches to the code due to some error on utf-8 encoding but I guess didn't broken anything... I'm trying on a "poor" Mac i7, later on I'll move to AWS p2.xlarge but first of all I would like to see if everything is working properly. Luca |
It actually looks ok for a first iteration. May the network be ever converging in your favor. |
Ok thank you @MajorTal ! |
I have 64G memory + 64G swap, but...
Is it ok?
The text was updated successfully, but these errors were encountered: