burn/burn-dataset
Sylvain Benner 7a8589e947 Create doc feature in all burn crates and use them for docs.rs build (#1212) 2024-02-01 15:10:34 -05:00
..
examples Typos (#608) 2023-08-08 17:57:51 -04:00
src Add vision/mnist dataset (#1176) 2024-01-25 16:16:39 -05:00
tests/data Add example for custom CSV dataset (#1129) 2024-01-11 09:24:25 -05:00
Cargo.toml Create doc feature in all burn crates and use them for docs.rs build (#1212) 2024-02-01 15:10:34 -05: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 Chore/release (#1031) 2023-12-01 14:33:28 -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