burn-dataset 0.21.0

Library with simple dataset APIs for creating ML data pipelines
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "builtin-sources")]
mod ag_news;
mod text_folder;

#[cfg(feature = "builtin-sources")]
pub use ag_news::*;
pub use text_folder::*;