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
This code somehow can only take ~20% GPU usage.
Noticed there are several spots in the code that
"with tf.device("/cpu:0"):"
Modify this condition (delete or replace it to "/gpu0") doesn't effect the speed.
Any further optimizations?
Thank you in advance!
Toushi68
The text was updated successfully, but these errors were encountered:
toushi68
changed the title
with tf.device("/cpu:0"): hard coded
How to improve GPU usage?
Jun 10, 2018
Hi,
This code somehow can only take ~20% GPU usage.
Noticed there are several spots in the code that
"with tf.device("/cpu:0"):"
Modify this condition (delete or replace it to "/gpu0") doesn't effect the speed.
Any further optimizations?
Thank you in advance!
Toushi68
The text was updated successfully, but these errors were encountered: