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

the pixelwise loss never decreased during training #56

Open
DHuiTnut opened this issue Dec 10, 2020 · 4 comments
Open

the pixelwise loss never decreased during training #56

DHuiTnut opened this issue Dec 10, 2020 · 4 comments

Comments

@DHuiTnut
Copy link

Hello! I only changed the batchsize from 8 to 4 becaouse the limit of my gpu memory. Then I came across NAN like issue 28.
And I have tried git checkout d1ec858, but the pixelwise loss never decreased.
image
Can you please tell me how to deal with this problem? Thank you so much.

@irfanICMLL
Copy link
Owner

irfanICMLL commented Dec 13, 2020

If you use a smaller batchsize, the performance will drop a lot.

Besides, we further discover a new kind of distillation loss, which is more useful. Please refer to this work: https://arxiv.org/abs/2011.13256.
You can implement it with this project easily.

@DHuiTnut
Copy link
Author

DHuiTnut commented Dec 14, 2020

If you use a smaller batchsize, the performance will drop a lot.

Besides, we further discover a new kind of distillation loss, which is more useful. Please refer to this work: https://arxiv.org/abs/2006.01683.
You can implement it with this project easily.

Thank you for your reply!

Do you actually mean this paper: Channel-wise Distillation for Semantic Segmentation?
I'm not sure if you got it wrong.

@irfanICMLL
Copy link
Owner

https://arxiv.org/abs/2011.13256
Sorry. It should be this one.

@DHuiTnut
Copy link
Author

DHuiTnut commented Mar 4, 2021

https://arxiv.org/abs/2011.13256
Sorry. It should be this one.

Hello,that's an amazing work! In the training phase, how did you implement the CWD Module? Could you please release the train codes? Thank you very much!

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