[Book] Add small error management + start training (with generic dataset

inclusion).
This commit is contained in:
Nicolas Patry
2023-08-14 10:52:12 +02:00
parent 9137c63175
commit 7602323667
5 changed files with 122 additions and 5 deletions

View File

@ -1,5 +1,7 @@
//! Datasets & Dataloaders for Candle
pub mod batcher;
#[cfg(feature = "hub")]
pub mod hub;
pub mod nlp;
pub mod vision;