tensorboard 例子

import tensorflow as tf def add_layer(inputs,in_size,out_size,activation_function=None): with tf.name_scope(‘layer’): with tf.name_scope(‘Weights’): Weights= tf.Variable(tf.random_normal([in_size, out
相關文章
相關標籤/搜索