burn-import 0.20.1

Library for importing datamodels into the Burn framework
Documentation
1
2
3
4
5
mod config;
mod reader;
mod recorder;
pub use config::load_config_from_file;
pub use recorder::{LoadArgs, PyTorchFileRecorder};