pub struct FitReport {
pub epochs: Vec<EpochReport>,
}Expand description
Output of a training run.
Fields§
§epochs: Vec<EpochReport>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FitReport
impl RefUnwindSafe for FitReport
impl Send for FitReport
impl Sync for FitReport
impl Unpin for FitReport
impl UnwindSafe for FitReport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more