Alexandre Ghelfi, PhD
Alexandre Ghelfi, PhD
# What does this PR do? Proposes a technical implementation to `set_epoch` on either `DataLoader.sampler` or `DataLoader.batch_sampler` if it is defined. # What issue(s) does this change relate to? -...
## 🚀 Feature Request Current implementation of composer trainer call the `DistributedSampler.set_epoch` method only on the `Dataloader.sampler` attribute but not on the `Dataloader.batch_sampler`, even if it is defined. One example...
`torch.utils.benchmark.Compare` is not directly exposed in torch.utils.benchmark documentation. I think this is a valuable resource to add since it can help people embracing the torch benchmark way of doing things,...
Training a toy example on DDP mode with the composer runtime while using both using `torch.compile` through `Trainer.compile_config={}` and `BlurPool` algorithm raises a dynamo error. ** To reproduce From develop...
## 🚀 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...