composer icon indicating copy to clipboard operation
composer copied to clipboard

Supercharge Your Model Training

Results 263 composer issues
Sort by recently updated
recently updated
newest added
trafficstars

## 🚀 Feature Request From the Documentation in Checkpointing part, I didn't find there is a best checkpoint saver function supported. best checkpoint saver refers to the function that monitors...

enhancement

** Environment ** Collecting system information... --------------------------------- System Environment Report Created: 2023-05-24 19:24:21 UTC --------------------------------- PyTorch information ------------------- PyTorch version: 1.13.1+cu117 Is debug build: False CUDA used to build PyTorch:...

bug

# What does this PR do? Enhance Composer's `label_smoothing` by implementing the following label smoothers: `UniformSmoother`, `CategoricalSmoother` (new), and `OnlineSmoother` (new). * `UniformSmoother` smooths labels according to a uniform distribution....

When I combine `device_train_microbatch_size="auto"` with a model that is compiled with `torch.compile(...)`, I get bad behavior in a couple predictable dimensions: 1. Because each separate batch size requires re-compiling the...

bug

# What does this PR do? This PR change the location of the SIIM dataset and makes some edits to the preprocessing of the dataset that may have changed between...

** Environment ** PyTorch information ------------------- PyTorch version: 1.13.1+cu116 Is debug build: False CUDA used to build PyTorch: 11.6 ROCM used to build PyTorch: N/A OS: Ubuntu 20.04.5 LTS (x86_64)...

bug

** Environment ** PyTorch information ------------------- PyTorch version: 1.13.1+cu117 Is debug build: False CUDA used to build PyTorch: 11.7 ROCM used to build PyTorch: N/A OS: Ubuntu 18.04.6 LTS (x86_64)...

bug

# What does this PR do? This PR adds a distillation algorithm to Composer. We found that distillation is a [consistent efficiency improvement for vision and MLM models](https://arxiv.org/abs/2211.00683). This implementation...

# What does this PR do? Previously we installed a new system Python and overrode the original. This caused issues with several packages such as `PyPi` and `setuptools` due to...

## 🚀 Feature Request ## Motivation TorchEval is a newly released library from PyTorch for common evaluation metrics and tools: https://pytorch.org/torcheval/main/ The MosaicML framework currently has a deep integration with...

enhancement