rosinality / glow-pytorch

PyTorch implementation of Glow
MIT License
519 stars 96 forks source link

Improve Glow Model Training Script #48

Closed AdnanKahveci closed 2 months ago

AdnanKahveci commented 2 months ago

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

AdnanKahveci commented 2 months ago

Refactored the Glow model training script. Improved the training loop, implemented early stopping, validation, and checkpoint saving. Added argparse for better flexibility and model configuration. The script now handles both CPU and GPU seamlessly