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

Weighted Loss Possible Issue #248

Closed
ArlindKadra opened this issue Jun 4, 2021 · 0 comments
Closed

Weighted Loss Possible Issue #248

ArlindKadra opened this issue Jun 4, 2021 · 0 comments

Comments

@ArlindKadra
Copy link

I am noticing some very large fluctuations when working with weighted loss, in particular for task 233109.
Are we sure we are passing the weights correctly ? Using the weighted loss results to a drop in performance from 65.86 to 54.

Uncommenting the line of code below:

classes, counts = classes[::-1], counts[::-1]

Yields 68.64 test set performance.

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