You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no documentation on gpu_nr in TensorFlow's documentation that I could find.
There is also only a single result in your codebase for gpu_nr with grep, where it is defined.
Google has a single search result for 'tensorflow "gpu_nr"', which is your repository.
If gpu_nr works, how does it work? Can you specify specific GPUs, or do you just put the total number of GPUs and then Tensorflow allocates those GPUs to the program?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello!
I was looking at the gpu_nr option, and:
If gpu_nr works, how does it work? Can you specify specific GPUs, or do you just put the total number of GPUs and then Tensorflow allocates those GPUs to the program?
Thank you for your help!
The text was updated successfully, but these errors were encountered: