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

Improved status updates from trainer #44

Merged
merged 15 commits into from
Nov 25, 2024

Conversation

denniswittich
Copy link
Contributor

@denniswittich denniswittich commented Nov 15, 2024

Communication changes

  • No longer send redundant fields (like the hyperparameters, ... ) with the trainer updates (they are send with the training updates)
  • Change type of hyperparameters to a dict
  • Add fields trainer_name and best_epoch to DC TrainingOut - used to sync the training

Internal changes:

  • removes the internal DC TrainingData and moves its fields (image_data, categories,skipped_image_count,hyperparameter) to the Training DC. The class added non-required complexity!

remove redundant dataclass `training_data`
fix typechecking issues
change hyperparameters to dict

this state has green tests
@denniswittich denniswittich merged commit b382199 into main Nov 25, 2024
3 checks passed
@denniswittich denniswittich deleted the improved-status-updates-from-trainer branch November 25, 2024 15:48
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