tensorboard常用API总结
1、tf.summary.image(name, tensor, max_outputs=3, collections=None, family=None)可视化当前使用的训练、测试图片参数:name:生成的节点的名称。也将作为TensorBoard中的系列名称。tensor:uint8或者float32型的4-D Tensor[batch_size, height, width, ch...