yscv-optim 0.1.7

Optimizers (SGD, Adam, LAMB), LR schedulers, and gradient clipping
Documentation
1
2
3
4
5
6
//! Optimizers and training helpers for yscv models.
#![deny(unsafe_code)]

mod core;

pub use core::*;