深度學習框架Tensorflow學習筆記(一)

1.需要在會話中完成op 2.初始化操作 init = tf.global_variables_initializer() 3.fetch run多個op print(sess.run([mul,add])) 4.placeholder + feed_dict  input1 = tf.placeholder(tf.float32,shape=[1,2]) input2 = tf.placehol
相關文章
相關標籤/搜索