-
Notifications
You must be signed in to change notification settings - Fork 148
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
Memory Explode #50
Comments
Initially, 16G memory will explode, add 32G memory, still explode, now I have increased to 48G memory |
@navy63 I noticed that too, how did you solve it? |
I rewrote the program to avoid memory explosion. |
with tf.Session(config=tf.ConfigProto(gpu_options=gpu_options)) as sess: |
Could you please tell me how to re write the program? I don't understand the meaning of this sentence |
I would like to complain about this issue too |
This code is poorly written and can be tuned, but memory will continue to increase and will not be released until the memory explodes.
The text was updated successfully, but these errors were encountered: