burn-optim 0.20.1

Optimizer building blocks for the Burn deep learning framework
Documentation
1
2
3
4
5
6
7
8
mod base;
pub use base::*;

/// Adaptor module for optimizers.
pub mod adaptor;

/// Record module for optimizers.
pub mod record;