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
  1. Make and install it locally
cd c2board
make

Usage

Screen shots

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

References