burn-train 0.21.0-pre.4

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::*;