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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant