burn/crates/burn-dataset
Paweł Biłko 610943da25
Add data_dir optional argument to Huggingface DataLoader to enable some manual download use cases (#2817)
2025-02-18 09:22:45 -05:00
..
examples Add more type support for burn-jit (#2454) 2024-11-04 13:01:01 -05:00
src Add data_dir optional argument to Huggingface DataLoader to enable some manual download use cases (#2817) 2025-02-18 09:22:45 -05:00
tests/data Extend ImageFolderDataset to support import of COCO detection (#2612) 2024-12-20 08:04:54 -05:00
Cargo.toml Bump next version of Burn to 0.17.0 (#2698) 2025-01-14 18:43:58 -05: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