mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
[Book] Add small error management + start training (with generic dataset
inclusion).
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
//! Datasets & Dataloaders for Candle
|
||||
pub mod batcher;
|
||||
#[cfg(feature = "hub")]
|
||||
pub mod hub;
|
||||
pub mod nlp;
|
||||
pub mod vision;
|
||||
|
||||
|
Reference in New Issue
Block a user