标签: tensorflow keras tensorboard
使用Keras中实现的带有自适应参数的自定义激活功能。如何在Tensorboard中绘制自适应参数。
自适应参数在Keras中的定义如下:
a = tf.Variable(1.0,trainable=True,name='a')