pub enum EarlyStoppingMetric {
ValidationLoss,
TrainLoss,
}Expand description
Metric to monitor for early stopping
Variants§
Trait Implementations§
Source§impl Clone for EarlyStoppingMetric
impl Clone for EarlyStoppingMetric
Source§fn clone(&self) -> EarlyStoppingMetric
fn clone(&self) -> EarlyStoppingMetric
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EarlyStoppingMetric
impl Debug for EarlyStoppingMetric
Source§impl PartialEq for EarlyStoppingMetric
impl PartialEq for EarlyStoppingMetric
impl StructuralPartialEq for EarlyStoppingMetric
Auto Trait Implementations§
impl Freeze for EarlyStoppingMetric
impl RefUnwindSafe for EarlyStoppingMetric
impl Send for EarlyStoppingMetric
impl Sync for EarlyStoppingMetric
impl Unpin for EarlyStoppingMetric
impl UnwindSafe for EarlyStoppingMetric
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