Closed velovix closed 4 years ago
@velovix can I work on this,I'm new but willing to contribute
@Nikhil1O1 That would be great! The change should be relatively simple. All you'd have to do is remove allow_growth=True
from here and add some documentation mentioning the TF_FORCE_GPU_ALLOW_GROWTH
environment variable and linking to the Tensorflow docs on the subject. Maybe that documentation should be on this page. Let me know if you have any questions!
Awesome , I will see what i can do
@velovix If this one's solved in #24, please close this issue.
Right now we set GPU options for all GPUs to allow memory growth, and there isn't a way for applications to change this behavior. We should instead not touch the GPU options and let applications configure this value by setting the
TF_FORCE_GPU_ALLOW_GROWTH
environment variable.