burn-train 0.20.1

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

pub(crate) mod components;

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