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 update stops and the loss does not drop #127

Open
AishuaiYao opened this issue May 22, 2020 · 4 comments
Open

The update stops and the loss does not drop #127

AishuaiYao opened this issue May 22, 2020 · 4 comments

Comments

@AishuaiYao
Copy link

hello,Today I trained ade20k, but the loss stops at about 2 and I can’t go down

@Landerku
Copy link

I have the same problem, the loss seems didn't change

@hellochick
Copy link
Owner

Hi @AishuaiYao @AishuaiYao ,

If you want to re-train on ADE20k, you need to load the pre-trained weights of the backbone from PSPNet50.
For semantic segmentation tasks, it is really hard to train from scratch with any pre-trained weights.

Hope this helps.

@Landerku
Copy link

Landerku commented Oct 25, 2020 via email

@Landerku
Copy link

What you said is very correct. After all my attempts, I found that my learning rate was too high and the training process was not long enough. Because of my lack of relevant experience, I didn't expect that it would take so long.
And another important thing is that mu CUDA hasn't initialized because of the lack of mu GPU memory, which causes gradients can't be updated.

Hi @AishuaiYao @AishuaiYao ,

If you want to re-train on ADE20k, you need to load the pre-trained weights of the backbone from PSPNet50.
For semantic segmentation tasks, it is really hard to train from scratch with any pre-trained weights.

Hope this helps.

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