Tensorflow Taking too much time on GPU

前端 未结 0 758
走了就别回头了
走了就别回头了 2020-12-15 12:47
import tensorflow as tf

gpus = tf.config.experimental.list_physical_devices(\'GPU\')
for gpu in gpus:
    print("Name:", gpu.name, "  Type:", gp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题