Open vhnamgau opened 4 years ago
You may use TensorBoard to monitor the loss while training, and stop as it going steady. Here is the link of setting up: TensorBoard.
Thanks Chenxia Han for your answer. TenserBoard is a tool to monitor : RcnnL1, RcnnAcc, RpnL1,RpnAcc. But how can I choose the epoch to stop training. We also need more document regarding RcnnL1, RcnnAcc, RpnL1,RpnAcc.
Hi, you can simply choose the last epoch. Since it is hard for network to overfit a large dataset like COCO. Training longer and you will get better performance.
It is difficult to choose the suite epoch for stopping training. Could you please give us some document regarding this task. Thanks