pub struct ReduceLROnPlateau { /* private fields */ }Expand description
Reduce learning rate on plateau (when validation loss stops improving)
Implementations§
Trait Implementations§
Source§impl Clone for ReduceLROnPlateau
impl Clone for ReduceLROnPlateau
Source§fn clone(&self) -> ReduceLROnPlateau
fn clone(&self) -> ReduceLROnPlateau
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReduceLROnPlateau
impl Debug for ReduceLROnPlateau
Auto Trait Implementations§
impl Freeze for ReduceLROnPlateau
impl RefUnwindSafe for ReduceLROnPlateau
impl Send for ReduceLROnPlateau
impl Sync for ReduceLROnPlateau
impl Unpin for ReduceLROnPlateau
impl UnwindSafe for ReduceLROnPlateau
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