Wouter Zwerink

Results 9 issues of Wouter Zwerink

The loader documentation is missing [from the docs](https://docs.ffcv.io/api/loader.html).

fixed_in_next_release

Supports distributed training with QUASI_RANDOM traversal order. Relies on the same code as non-distributed to generate the order. Then, divides this into `num_ranks` contiguous chunks. The last two ranks can...

### Describe the bug Here's a comparison of the same plot from two different runs, where the only difference is I used offline mode and `neptune sync` afterwards for the...

help wanted

## 🚀 Feature Request Currently when I use S3 with an IAM role, I see StreamingDataset fetch new credentials for every shard: ![image](https://github.com/mosaicml/streaming/assets/35296208/bca865f3-6db3-4daa-a765-7e80ff9c132d) There is a never ending stream of...

enhancement

Potentially a bit faster, results are equivalent.

Modernized setup, a bit easier to read. Quicker to parse metadata and install for tools like `pip`, `uv`, `poetry`.

## Motivation Moving to a more modern and static pyproject.toml setup for dependencies. Nice to have everything in one place and easier to discover dependencies for installers. ## Test Plan...

Reviving #270 to make Typer treat keyword only parameters as options even when they dont have a default. E.g. ```python @app.command() def my_command(*, my_param): pass ``` Will now result in...

feature