Skip to content

Latest commit

 

History

History

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Utils

Tensorboard Logger (tb_logger)

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.

Install

  1. pip install tensorflow - Maybe it is the easiest way to install tensorboard, though we will install tensorflow at the same time.
  2. pip install tensorboard_logger - install tensorboard_logger

Run

  1. In terminal: tensorboard --logdir xxx/xxx.
  2. Open TensorBoard UI at http://localhost:6006 in your browser