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

Losses used #23

Open
SharhadBashar opened this issue Aug 18, 2021 · 2 comments
Open

Losses used #23

SharhadBashar opened this issue Aug 18, 2021 · 2 comments

Comments

@SharhadBashar
Copy link

Hi
In your paper you mention you train for 20 epochs
the first 5 you use only classification loss
the next 15 self-supervised segmentation loss
Where are these losses defined?

@SharhadBashar
Copy link
Author

Also in the paper you mention training for 20 epochs
but in the core.config.py file, __C.TRAIN.NUM_EPOCHS = 15
is that supposed to be 20?

@SharhadBashar
Copy link
Author

Also in train.py you have these lines:
stat.add_val("loss") stat.add_val("loss_cls") stat.add_val("loss_fg") stat.add_val("loss_bce")
what are these losses?

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

1 participant