We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
thank you first of all for the great paper and for publishing the code.
I was wondering why you are multiplying the class_weight by num_classes here:
class_weight
num_classes
DisAlign/semantic_seg/disalign/models/losses/grw_cross_entropy_loss.py
Line 35 in a2fc350
I cannot find this multiplication in the equation of the paper:
Maybe it is a misunderstanding on my end. Thank you in advance!
Patrick
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
thank you first of all for the great paper and for publishing the code.
I was wondering why you are multiplying the
class_weight
bynum_classes
here:DisAlign/semantic_seg/disalign/models/losses/grw_cross_entropy_loss.py
Line 35 in a2fc350
I cannot find this multiplication in the equation of the paper:
Maybe it is a misunderstanding on my end. Thank you in advance!
Patrick
The text was updated successfully, but these errors were encountered: