Wouter Zwerink
Wouter Zwerink
The loader documentation is missing [from the docs](https://docs.ffcv.io/api/loader.html).
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...
## 🚀 Feature Request Currently when I use S3 with an IAM role, I see StreamingDataset fetch new credentials for every shard:  There is a never ending stream of...
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...