burn-train 0.19.0

Training crate for the Burn framework
1
2
3
4
5
6
7
mod epoch;
mod method;
mod worker;

pub(crate) use worker::*;

pub use method::*;