-
Notifications
You must be signed in to change notification settings - Fork 103
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.py consume more resource #17
Comments
Below the status after completion of training.py. This training did inside the docker. 2018-08-27 15:40:09.343384: W tensorflow/core/framework/allocator.cc:101] Allocation of 18124800 exceeds 10% of system memory. |
@Vino-git you may need to change the batch size to something lower. It's currently set at 32 and that may be taking up to much memory. |
The above fixed this for me. |
Hi, After successful installation and process. When I try to execute the training.py, my system gets hang and I could not do any action unless force shutdown. Please assist for successful execution of mimic2.
The text was updated successfully, but these errors were encountered: