mirror of https://github.com/tracel-ai/burn.git
483f9acca5
Temporary files were dangling when a process is terminated by SIGINT (ctrl/cmd+c) or SIGTERM. This change used gix-tempfile to wrap a temporary file with a special signal handle to will remove the tmp file when writer is dropped or when program is terminated early. |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests/data | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Burn Dataset
Burn dataset library
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