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

using loss as metric #66

Open
jagstein opened this issue Jan 10, 2025 · 2 comments
Open

using loss as metric #66

jagstein opened this issue Jan 10, 2025 · 2 comments

Comments

@jagstein
Copy link
Collaborator

when using softmax_loss as the metric, the "best" trial is reported as the one with the highest loss. Need to fix this and also make sure glimr is exploiting the trials with the lowest loss.

@jagstein
Copy link
Collaborator Author

when using loss as a metric with different losses that give different values (e.g. hinge & CCE), how to figure out which is "best"

@jagstein
Copy link
Collaborator Author

tune allows you to specify the metric mode ("min" or "max") -- https://docs.ray.io/en/latest/tune/api/doc/ray.tune.search.Searcher.html
glimr supports passing metric mode, but when listing "best" trial, it still gives highest loss, not lowest. This may just be a reporting issue, but need to check. Also, issue with different losses needs solving

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