burn-train 0.19.0

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

pub(crate) mod components;

pub use base::*;
pub use builder::*;

pub use components::TestStep;