brique-rs 0.2.2

A MLP library made from scratch, using the rust standard lib
Documentation
1
2
3
4
5
#[derive(Clone, Debug)]
pub enum Checkpoint {
    ValLoss { save_path: String },
    ValAcc { save_path: String },
}