-
Notifications
You must be signed in to change notification settings - Fork 136
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 #7
Comments
my GPU only has 6G memory which is fine to run the code. dont know your setting |
Sorry,I forgot to tell you.I use 1080ti GPU and 32GB memory.I can run your code with my own data.But Memory error is happened when the iteration is about 13000.I obverse top command in ubuntu, i find Memory is insufficient(not gpu memory, is computer memory).If you could tell me some suggestion,I really appreciate what you’ve done。 |
Sorry, I have not had such error. This code will save a checkpoint each 100 steps, maybe 13000 is too big in your dataset( I trained at 30000 steps without memory error). |
I already changed to save a checkpoint with each 1000 steps, but the error is still happen.Did you run this code on windows? Thank you. |
I run it on Ubuntu 16.04. |
Could you please give details of your data-set ? It might be the case that your image sizes are quite large and since the VGG base model is |
I also encountered the same problem with you, my server configuration is 8 Tesla p20, memory is 512G. Even with this configuration, memory error occurs after approximately 13,000 iterations during training. Will you solve the problem?@CangHaiQingYue |
@Jasontachiangwu Well, when I cancelled the 'summary_write' operator, this problem was gone. |
@CangHaiQingYue,After I updated the tensorflow version to r1.8, no problem was found after training. It may be that there is a bug in the |
with same code on windows 10 and ubuntu 16.04, tensorflow v1.4.0, 20000 iterations: |
hello, I am a student.recently,I am reading the HED paper. I found that your code is very interesting,but some error is happened when I try to train the model with my own data.Error message show that Memory error.My computer in-build 32GB memory, would you give me some suggestion.Think you very much.
The text was updated successfully, but these errors were encountered: