burn-train 0.22.0-pre.1

Training crate for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod async_logger;
mod base;
mod file;
mod in_memory;
mod metric;
mod progress;

pub use async_logger::*;
pub use base::*;
pub use file::*;
pub use in_memory::*;
pub use metric::*;
pub use progress::*;