【Tensorboard】簡單入門

程序部分 直接上例子 import tensorflow as tf width = tf.placeholder(tf.int32,name='width') height = tf.placeholder(tf.int32,name='height') area = tf.multiply(width,height,name='area') with tf.Session() as ses
相關文章
相關標籤/搜索