-
Notifications
You must be signed in to change notification settings - Fork 45
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 leak and how to train using a gpu ? #17
Comments
@AriouatI. If you enable gpu runtime the scripts will automatically use gpu. Are you getting this error while extracting masks ??? |
@Akhilesh64 thanks for your comment. The gpu is enabled but unused (maybe due to tf version used in this code ?)
|
Could you please tell me how to download tensorflow-gpu 1.1.0? Why can't I find it with conda command? |
how can i enable gpu training cause i'm trying to train on colab but it always goes beyond the 12Gb RAM limit is it even normal ?
i'm using keras 2.0.6 and tensorflow 1.1.0 as advised but the training process is extremely long and only works with batch_size= 1 otherwise there's a RAM memory problem !
Thanks for your help.
@lim-anggun
The text was updated successfully, but these errors were encountered: