Vision dataset (#179)

* Add some readers for the mnist dataset.

* Import the cifar and mnist dataset.
This commit is contained in:
Laurent Mazare
2023-07-16 23:43:55 +01:00
committed by GitHub
parent 6de7345e39
commit 2a74019ec6
4 changed files with 140 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pub mod layer_norm;
pub mod linear;
pub mod optim;
pub mod var_builder;
pub mod vision;
pub use activation::Activation;
pub use conv::{Conv1d, Conv1dConfig};