Recent Releases of https://github.com/birkhoffg/jax-dataloader
https://github.com/birkhoffg/jax-dataloader - v0.1.3
What's Changed
New Features
- Implement
manual_seedto set the global seed work for reproducibility by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/36
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.1.2...v0.1.3
- Jupyter Notebook
Published by BirkhoffG over 1 year ago
https://github.com/birkhoffg/jax-dataloader - v0.1.2
What's Changed
Bug Fixed
- Fix dataloader length by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/34
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.1.1...v0.1.2
- Jupyter Notebook
Published by BirkhoffG over 1 year ago
https://github.com/birkhoffg/jax-dataloader - v0.1.1
What's Changed
New Features
- Support python=3.12 by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/32 ### Documentations
- Add an example on training ViT with Flax and pytorch dataset by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/29
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.1.0...v0.1.1
- Jupyter Notebook
Published by BirkhoffG over 1 year ago
https://github.com/birkhoffg/jax-dataloader - v0.1.0
The jax-dataloader v0.1 is here! 🎉🎉🎉
What's Changed
- Major codebase refactor by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/17
- Update README to show compatibility table by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/21
- Create a benchmarking script by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/23
- clean up by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/27
- Add integration tests by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/28
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.0.5...v0.1.0
- Jupyter Notebook
Published by BirkhoffG about 2 years ago
https://github.com/birkhoffg/jax-dataloader - v0.0.5
What's Changed
- Upgrade the doc site using nbdev_mkdocs by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/15
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.0.4...v0.0.5
- Jupyter Notebook
Published by BirkhoffG over 2 years ago
https://github.com/birkhoffg/jax-dataloader - v0.0.4
- Jupyter Notebook
Published by BirkhoffG almost 3 years ago
https://github.com/birkhoffg/jax-dataloader - v0.0.3
What's Changed
New Features
- Reorganize nbs; Improve docs by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/8
- Implemented tensorflow-backed dataloader by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/12
- Improve CI by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/14 ### Bug Fixed
- Fix error if torch is not installed by @Devan-Kerman in https://github.com/BirkhoffG/jax-dataloader/pull/7
New Contributors
- @Devan-Kerman made their first contribution in https://github.com/BirkhoffG/jax-dataloader/pull/7
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/compare/v0.0.2...v0.0.3
- Jupyter Notebook
Published by BirkhoffG almost 3 years ago
https://github.com/birkhoffg/jax-dataloader - v0.0.2
What's Changed
- Support pytorch and huggingface dataset by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/3
- Add dispatchdataset for process different dataset type; deprecate TorchDataset and HFDataset by @BirkhoffG in https://github.com/BirkhoffG/jax-dataloader/pull/5
- Expose
core.pyto__init__.py(i.e., can import the library viaimport jax_dataloader)
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/commits/v0.0.2
- Jupyter Notebook
Published by BirkhoffG almost 3 years ago