endernewton / c2board

Tensorboard for Caffe2
MIT License
33 stars 6 forks source link
artificial-intelligence caffe2 deep-learning neural-networks tensorboard visualization

c2board

A hacked-up visualization tool for caffe2. Specifically, it dumps the computation graph and the training statistics of caffe2 into a tensorboard compatible format. Once it starts dumping, you can use tensorboard to visualize the results.

Prerequisites

Installation

  1. Clone the repository
    git clone https://github.com/endernewton/c2board.git
  2. Make and install it locally
    cd c2board
    make

Usage

Screen shots

These screen shots are taken when training a detector with detectron.

References