Alexandre Ghelfi, PhD

Results 5 issues of 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...

enhancement

`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,...

open source

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...

bug

## 🚀 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...

enhancement