burn/crates/burn-dataset
Guillaume Lagrange f5bd2a474f
Check that pa_type is valid before checking if is_binary (#1354)
2024-02-23 09:44:03 -06:00
..
examples [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
src Check that pa_type is valid before checking if is_binary (#1354) 2024-02-23 09:44:03 -06:00
tests/data [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
Cargo.toml [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
LICENSE-APACHE [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00
LICENSE-MIT [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05: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