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

To perform ablation study #2

Closed
jingyaa opened this issue Jun 21, 2020 · 0 comments
Closed

To perform ablation study #2

jingyaa opened this issue Jun 21, 2020 · 0 comments

Comments

@jingyaa
Copy link

jingyaa commented Jun 21, 2020

Hi,

Your job is so great!

I perform the experiments by your introductions and achieve 62.8 accuracy for RES. When I perform the ablation study of segmentation, I directly set the

loss += xy_loss+ wh_loss+ confidence_loss+seg_loss*seg_loss_weight+co_enegy_loss
to
loss += xy_loss * 0+ wh_loss * 0+ confidence_loss * 0+seg_loss*seg_loss_weight+co_enegy_loss * 0.

I want to ask if it is correct to set the loss functions of loss_rec and loss_cem directly to zero?

@jingyaa jingyaa closed this as completed Jul 5, 2020
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