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

Update train.py #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

AdnanKahveci
Copy link

Implemented a complete training pipeline for the Glow model, including:

  • Data Loading: Added dynamic data loading with image transformations.
  • Training Loop: Includes loss calculation, learning rate scheduling, and early stopping.
  • Validation: Periodically validates the model and saves checkpoints.
  • Model Checkpointing: Saves model and optimizer state at intervals.
  • Early Stopping: Halts training when no improvement is observed over a specified number of iterations.

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