tensorboard is a nice visualization tool for visualizing/comparing training loss, validation PSNR and etc.
You can turn it on/off in json option file with the key: use_tb_logger
.
pip install tensorflow
- Maybe it is the easiest way to install tensorboard, though we will install tensorflow at the same time.pip install tensorboard_logger
- install tensorboard_logger
- In terminal:
tensorboard --logdir xxx/xxx
. - Open TensorBoard UI at http://localhost:6006 in your browser