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 to define the "converge" of the training loss #58

Open
clelouch opened this issue Jun 16, 2021 · 5 comments
Open

how to define the "converge" of the training loss #58

clelouch opened this issue Jun 16, 2021 · 5 comments

Comments

@clelouch
Copy link

Thanks for your code and paper.
I notice that there is no validation set in the training stage. and the training process is stopeed when the loss converges. I am curious how to define the "converge" and avoid overfitting, since the loss may fluctuates.

@xuebinqin
Copy link
Owner

xuebinqin commented Jun 16, 2021 via email

@xuebinqin
Copy link
Owner

xuebinqin commented Jun 16, 2021 via email

@clelouch
Copy link
Author

Thanks for your kind help.
It seems that the TPAMI version Basnet reports much better performance compared with the CVPR version one. I guess the improvement can be attributed to the larger input size. Am I right?

@xuebinqin
Copy link
Owner

xuebinqin commented Jun 16, 2021 via email

@clelouch
Copy link
Author

I guess using larger images maintains more finer details while requires deeper network to obtain larger receptive field size. Consequently, we need a more powerful GPU to train the model. Maybe implement a much deeper network with group norm can solve the problem, as gn does not require large batch size.

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

2 participants