Interactive log visualizer for neural networks using Bokeh
This library supports interactive visualization of training logs of neural networks.
More specifically, this targets the scenario where you need to visualize tens and hundreds of experiment results.
This library supports two features.
pip install ilv
On GPU enabled machine, run following commands.
You need to install a deep learning framework Chainer to run this.
cd examples/train_mnist/
./run_train.sh # wait until all experiments finish
bokeh serve --show bokeh_app.py