burn/crates/burn-dataset
Logan B. Nielsen 3a9367de73
remove manual option matching (#1948)
2024-07-01 10:44:10 -04:00
..
examples [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
src remove manual option matching (#1948) 2024-07-01 10:44:10 -04:00
tests/data [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
Cargo.toml Fix `DataSerialize` conversion for elements of the same type (#1832) 2024-05-28 18:12:44 -04:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05: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