Tensorflow have different results on GPU and CPU

前端 未结 0 1808
清歌不尽
清歌不尽 2021-01-30 14:39
import tensorflow as tf
tf_config = tf.ConfigProto(allow_soft_placement=True)
tf_config.gpu_options.allow_growth = True
global_step = tf.train.get_or_create_global_step(         


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