项目作者: yuyu2172

项目描述 :
Interactive log visualizer for neural networks using Bokeh
高级语言: Python
项目地址: git://github.com/yuyu2172/ilv.git
创建时间: 2017-01-22T01:26:42Z
项目社区:https://github.com/yuyu2172/ilv

开源协议:MIT License

下载


Interactive Log Visualizer

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.

  • Interactive visualization of logs
  • Some helper functions to prepare train logs so that visualization can start. This part is framework dependent.

Installation

  1. pip install ilv

Dependencies

  • Pandas
  • Bokeh (0.12.4 and higher)

Examples

fully working example

On GPU enabled machine, run following commands.
You need to install a deep learning framework Chainer to run this.

  1. cd examples/train_mnist/
  2. ./run_train.sh # wait until all experiments finish
  3. bokeh serve --show bokeh_app.py