Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Tensorboard Support

Ozan Çağlayan edited this page Sep 26, 2018 · 1 revision

You will need to install the actual TensorBoard server which is shipped within Tensorflow in order to launch the visualization server.

Once the dependencies are installed, you need to define a log directory for TensorBoard in the configuration file of your experiment to enable TensorBoard logging. The logging frequency is the same as terminal logging frequency, defined by train.disp_freq option (default: 30 batches).

[train]
..
tensorboard_dir: ~/tb_dir                                  

tensorboard

Clone this wiki locally