mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Improve the mnist training example. (#276)
* Improve the mnist training example. * Add some initialization routine that can be used for nn. * Proper initialization in the mnist example.
This commit is contained in:
@ -15,6 +15,7 @@ pub mod vision;
|
||||
pub use activation::Activation;
|
||||
pub use conv::{Conv1d, Conv1dConfig};
|
||||
pub use embedding::Embedding;
|
||||
pub use init::Init;
|
||||
pub use layer_norm::LayerNorm;
|
||||
pub use linear::Linear;
|
||||
pub use optim::SGD;
|
||||
|
Reference in New Issue
Block a user