composer
composer copied to clipboard
Supercharge Your Model Training
## 🚀 Feature Request Add the possibility to compute metrics on the train dataset with a given frequency and avoid computing these every steps ## Motivation Having the possibility to...
Pydocstyle is now deprecated, so we remove it and configure ruff to do what it did. Our pydocstyle did the following: * used "google" style, which enforces all D rules...
## Description While experimenting with the `autoresume` feature, I encountered issues related to duration and the scheduler. My error was providing the `duration` argument to the `.fit()` method instead of...
# What does this PR do? Capture status in mlflow logger # What issue(s) does this change relate to? # Before submitting - [ ] Have you read the [contributor...
`isinstance(device_train_microbatch_size, Union[int, float])` should be `isinstance(device_train_microbatch_size, (int, float))` on line https://github.com/mosaicml/composer/blob/3c0a8179d2c3d60786226a73d8f935bc46306a31/composer/trainer/trainer.py#L298
# What does this PR do? # What issue(s) does this change relate to? # Before submitting - [ ] Have you read the [contributor guidelines](https://github.com/mosaicml/composer/blob/dev/CONTRIBUTING.md)? - [ ] Is...
# What does this PR do? Context: MLflow has receiving lots of data... so we want to save some budget. In this PR, if we detect that a metric has...
# What does this PR do? # What issue(s) does this change relate to? # Before submitting - [ ] Have you read the [contributor guidelines](https://github.com/mosaicml/composer/blob/main/CONTRIBUTING.md)? - [ ] Is...
Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version. Release notes Sourced from torchmetrics's releases. Minor patch release [1.4.2] - 2022-09-12 Added Re-adding Chrf implementation (#2701) Fixed Fixed wrong...
# What does this PR do? # What issue(s) does this change relate to? # Before submitting - [ ] Have you read the [contributor guidelines](https://github.com/mosaicml/composer/blob/main/CONTRIBUTING.md)? - [ ] Is...