burn-train 0.21.0-pre.4

Training crate for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod aggregate;

mod base;
mod client;
mod log;

pub(crate) use self::log::*;
pub use base::*;
pub use client::*;