burn-train 0.19.0

Training crate for the Burn framework
1
2
3
4
5
6
7
8
9
mod async_checkpoint;
mod base;
mod file;
mod strategy;

pub use async_checkpoint::*;
pub use base::*;
pub use file::*;
pub use strategy::*;