burn-import 0.14.0

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