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

Memory Explode #50

Open
navy63 opened this issue Aug 21, 2019 · 6 comments
Open

Memory Explode #50

navy63 opened this issue Aug 21, 2019 · 6 comments

Comments

@navy63
Copy link

navy63 commented Aug 21, 2019

This code is poorly written and can be tuned, but memory will continue to increase and will not be released until the memory explodes.

@navy63
Copy link
Author

navy63 commented Aug 22, 2019

Initially, 16G memory will explode, add 32G memory, still explode, now I have increased to 48G memory

@Charlotte977
Copy link

@navy63 I noticed that too, how did you solve it?

@navy63
Copy link
Author

navy63 commented Sep 3, 2019

I rewrote the program to avoid memory explosion.

@navy63
Copy link
Author

navy63 commented Sep 3, 2019

with tf.Session(config=tf.ConfigProto(gpu_options=gpu_options)) as sess:
Don't have tf. statement under this statement

@YazawanicoHellscream
Copy link

with tf.Session(config=tf.ConfigProto(gpu_options=gpu_options)) as sess:
Don't have tf. statement under this statement

Could you please tell me how to re write the program? I don't understand the meaning of this sentence

@calloftimereiver
Copy link

I would like to complain about this issue too

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

4 participants