burn/burn-dataset
Damien Elmes ede02d5305
Exclude image crate when sqlite feature disabled (#758)
Not needed for anything but huggingface, which is unavailable when
sqlite is unavailable.
2023-09-03 09:01:17 -04:00
..
examples Typos (#608) 2023-08-08 17:57:51 -04:00
src Disable fake dataset by default (#720) 2023-08-29 12:04:31 -04:00
tests/data Dataset Improvements: Add Sqlite storage backend and HF importer improvements (#353) 2023-05-20 14:24:55 -04:00
Cargo.toml Exclude image crate when sqlite feature disabled (#758) 2023-09-03 09:01:17 -04:00
LICENSE-APACHE License fixes (#648) 2023-08-16 12:45:35 -04:00
LICENSE-MIT License fixes (#648) 2023-08-16 12:45:35 -04:00
README.md Dataset audio - Speech Commands (#361) 2023-05-22 14:24:02 -04:00

README.md

Burn Dataset

Burn dataset library

Current Crates.io Version license

The Burn Dataset library is designed to streamline your machine learning (ML) data pipeline creation process. It offers a variety of dataset implementations, transformation functions, and data sources.

Feature Flags

  • audio - enables audio dataset (SpeechCommandsDataset). Run the following example to try it out:

    cargo run --example speech_commands --features audio