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

Add a percentage correct metric for BC training #402

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

boomanaiden154
Copy link
Collaborator

This patch adds a percentage correct for BC training, which makes it a lot easier to interpret how a model is doing rather than just staring at loss values.

This patch adds a test for the metrics in the trainer class to ensure
that they are actually set. This patch just directly inspects the state
rather than trying to ensure that we log to tensorboard too, but this
should be good enough, and is definitely better than what we had before
(nothing).
This patch adds a percentage correct for BC training, which makes it a
lot easier to interpret how a model is doing rather than just staring at
loss values.
Base automatically changed from users/boomanaiden154/trainer-metrics-tests to main December 19, 2024 06:04
@boomanaiden154 boomanaiden154 merged commit 513d50d into main Dec 19, 2024
13 checks passed
@boomanaiden154 boomanaiden154 deleted the users/boomanaiden154/bc-percentage-correct branch December 19, 2024 06:11
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

Successfully merging this pull request may close these issues.

2 participants