A dataloader that no one asked for, but here it is anyway.
Check out the docs here
Install this package using pip like so:
pip install jaxonloader
The jaxonloader
package is designed to be as lightweight as possible. It's effectively the same as the PyTorch dataloader except that it uses Numpy as the backend.
Other types of datasets can be added but not the datasets ifself. I've decided that all I really need is the dataloader and dataset classes -- nothing more.