Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
How to use GPU in Tensorflow?
execute the code after tf.device("/gpu:0"):
for exmaple:
"""
with tf.device("/cpu:0"):
{your code}
"""
don't forget the indentation before your code