Modalities / modalities

Modalities, a PyTorch-native framework for distributed and reproducible foundation model training.
MIT License
61 stars 5 forks source link

feat: log model initialization & training start/end #202

Closed mali-git closed 2 months ago

mali-git commented 2 months ago

What does this PR do?

This PR introduces logging for critical stages in the training pipeline, specifically during model initialization and the start and end of model training. These enhancements aim to improve the transparency, debuggability, and traceability of the model lifecycle events, facilitating easier monitoring and troubleshooting.

General Changes

Breaking Changes

Checklist before submitting final PR