burn-train 0.20.1

Training crate for the Burn framework
Documentation
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::*;