hi!
When I train my own datasets using faster rcnn, how to see the training graph such as train accuracy and val accuracy?
thanks!
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.
Most helpful comment
You could see my fork in which I use c2board to log training info in tensorboard.