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

why my loss is negative and 0.000000 #29

Open
fuyunfuyun666 opened this issue Apr 24, 2019 · 6 comments
Open

why my loss is negative and 0.000000 #29

fuyunfuyun666 opened this issue Apr 24, 2019 · 6 comments

Comments

@fuyunfuyun666
Copy link

why my loss is negative and 0.000000,please help child!!@MichalBusta
like this:
image

@MichalBusta
Copy link
Owner

Dice loss is negative and bounded ( = it is ok )
zero loss ->

if step > 100000: #this is just extra augumentation step ... in early stage just slows down training

Hope it helps daddy.

@MichalBusta
Copy link
Owner

and read again readme - sec training

@fuyunfuyun666
Copy link
Author

Dice loss is negative and bounded ( = it is ok )
zero loss ->

E2E-MLT/train.py

Line 471 in 8dd13e4

if step > 100000: #this is just extra augumentation step ... in early stage just slows down training
Hope it helps daddy.

what its meaning?please say clearly, thanks!

@MichalBusta
Copy link
Owner

my guess is that your data is not in expected format - try to run it with -debug=1

  • you should see what is wrong ...

@kei6
Copy link

kei6 commented May 17, 2019

I've faced with the same issue in seg_loss, ctc_loss and reg:

Screenshot from 2019-05-17 16-01-48
Follow your above advice, I've run with -debug=1 and find some images, but this below example is confusing me:

Screenshot from 2019-05-17 16-05-38

Why does it just a part of my training sample?
The loss is still zero and negative after 2000 step. Is it right or what I need to do to fix this?

Thanks a lot, sir!

@MichalBusta
Copy link
Owner

MichalBusta commented May 17, 2019 via email

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