Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

2019-04-18 13:38:31.348890: W tensorflow/core/framework/allocator.cc:108] Allocation of 4300832256 exceeds 10% of system memory. #21

Open
adarshraj576 opened this issue Apr 18, 2019 · 1 comment

Comments

@adarshraj576
Copy link

During running this repo, I am not able to complete my model training due to this error. First this warning comes and then later my terminal stops executing this code by giving the error Segmentation fault: Core dumped. Any kind of help will be highly valuable. Kindly guide me. Thanks in advance.

@juharris
Copy link
Contributor

Looks like it ran out of memory. You can try decreasing _MAX_BATCH_SIZE here: https://github.com/Maluuba/qgen-workshop/blob/master/qgen/data.py#L12
You can try setting it to a half of what it currently is or even lower if you keep getting similar errors.

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

No branches or pull requests

2 participants