12三、TensorFlow的Job

# 若是你在分佈式環境中部署TensorFlow # 你或許須要指定job name和task ID # 來將變量放置在參數服務器上 # 將操做放在worker job import tensorflow as tf with tf.device("/job:ps/task:0"): weights_1 = tf.Variable(tf.truncated_normal([784, 10
相關文章
相關標籤/搜索