Detectron: how to see the training graph when training?

Created on 5 Jul 2018  路  2Comments  路  Source: facebookresearch/Detectron

hi!
When I train my own datasets using faster rcnn, how to see the training graph such as train accuracy and val accuracy?
thanks!

Most helpful comment

You could see my fork in which I use c2board to log training info in tensorboard.

All 2 comments

You could see my fork in which I use c2board to log training info in tensorboard.

Hi @lilichu, a number of training stats are already being logged but we do not provide a tool for plotting them (the logged stats are in json format which makes then very easy to parse and plot). See the FAQ for discussion on how to compute validation AP during training.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kampelmuehler picture kampelmuehler  路  4Comments

kampelmuehler picture kampelmuehler  路  4Comments

gaopeng-eugene picture gaopeng-eugene  路  4Comments

realwecan picture realwecan  路  3Comments

lilichu picture lilichu  路  3Comments