Tensorboard usage record

Tensorboard usage record

I recently used Tensorboard and it feels very easy to use. The use of Tensorboard is also very convenient.
Insert picture description here
When using tf.summary.image/tf.summary.scalar to write a scalar or image into the .amax file, just use the following command line to open Tensorboard:

// A code block
tensorboard --logdir=/path/to/file/Mar12-1111_enc_ups_dl_0.01

Insert picture description here
You can detect the amount of writing. For images, the last three steps are displayed by default: the suffix will be /image/0;/image/1;/image/2.

Guess you like

Origin blog.csdn.net/qq_35898332/article/details/114695582