Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we choose epoch? #311

Open
vhnamgau opened this issue Feb 14, 2020 · 3 comments
Open

How can we choose epoch? #311

vhnamgau opened this issue Feb 14, 2020 · 3 comments

Comments

@vhnamgau
Copy link

It is difficult to choose the suite epoch for stopping training. Could you please give us some document regarding this task.
Thanks

@xchani
Copy link
Contributor

xchani commented Feb 15, 2020

You may use TensorBoard to monitor the loss while training, and stop as it going steady. Here is the link of setting up: TensorBoard.

@vhnamgau
Copy link
Author

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.

@huangzehao
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants