burn-train 0.22.0-pre.1

Training crate for the Burn framework
Documentation
1
2
3
4
5
6
7
mod base;

pub(crate) mod ddp;
pub(crate) mod multi;
pub(crate) mod single;

pub use base::*;