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

Loss becomes nan after few batches #43

Open
ashley-mv opened this issue Jul 21, 2020 · 3 comments
Open

Loss becomes nan after few batches #43

ashley-mv opened this issue Jul 21, 2020 · 3 comments

Comments

@ashley-mv
Copy link

ashley-mv commented Jul 21, 2020

Selection_320

Hello, The number of proposals are reduced to zeros after a few iterations, and later the loss becomes nan. VOC dataset is used for training. Has anyone run into the same problem?

@meijuan1102
Copy link

Hello, have you solved this problem? I also met the same problem

@QJSQJS
Copy link

QJSQJS commented Sep 17, 2020

Hello, I also met the problem+1, :( . Have you solved this problem?

@QJSQJS
Copy link

QJSQJS commented Sep 20, 2020

I found a solution! When the batch decreases, the lr should decrease. The following are my parameters:
batch = 8;
subdivisions = 4;
lr = 0.0001;

It works fine!

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