Skip to content
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

Not enough memory (RAM) error #6

Open
coldmanck opened this issue Jun 7, 2018 · 0 comments
Open

Not enough memory (RAM) error #6

coldmanck opened this issue Jun 7, 2018 · 0 comments

Comments

@coldmanck
Copy link

coldmanck commented Jun 7, 2018

Following the author's instruction, if anyone use ./experiments/caption_lstm/train.sh to train the network without enough RAM, it won't result in meaningful error message -- just produce some empty caffemodel.h5 files and says it cannot load the weights as something got wrong. If you take a look of RAM usage using software such as htop you will find the memory is exploding.

To solve it, you need to refer to the second points of this segment: replace module: "rcnn_layers" with module: "efficient_rcnn_layers".

I think it's because the Process managed the memory usage and caught the errors so that it did not produce any useful error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant