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

BUG/CLN: Add/fix log statements in FrameClassificationModel #681

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

NickleDave
Copy link
Collaborator

Inspecting tensorboard log files generated by version 1.0 revealed that we were no longer logging metrics at every validation step and we were not logging training loss at all.

This PR:

  • adds a log statement in the training step for the FrameClassification model
  • sets on_step=True inside log statements in the validation step for the FrameClassification model, so that we do log metrics at every validation step, instead of just on epoch end (which we didn't even reach in some cases when a model finishes training before the first epoch)

@NickleDave NickleDave merged commit 9a5e3a8 into main Jul 7, 2023
0 of 3 checks passed
@NickleDave NickleDave deleted the fix-logging-frame-classification-model branch July 7, 2023 16:45
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.

1 participant