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

Definition of all_stages_loss, how to choose suitable coefficient for separate stage loss? #8

Open
zwlshine opened this issue Dec 23, 2019 · 2 comments

Comments

@zwlshine
Copy link

Definition of all_stages_loss is: self.all_stages_loss = 0.4 * self.total_wght_loss + 0.8 * self.stage2_loss + self.stage3_loss, why use 0.4、0.8、1 as the three stage's loss coefficient?

@JohnleeHIT
Copy link
Owner

I tried several different weighting parameters, it turns out that there exists no big difference, details can be found in my paper.

@zwlshine
Copy link
Author

zwlshine commented Jan 9, 2020

@JohnleeHIT
These weighting parameters really have big influence on dice of segmentation.

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