pub struct MultiStepLR { /* private fields */ }
Expand description
Multi-step decay: multiply LR by gamma at specific milestones
Implementations§
Trait Implementations§
Source§impl Clone for MultiStepLR
impl Clone for MultiStepLR
Source§fn clone(&self) -> MultiStepLR
fn clone(&self) -> MultiStepLR
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 MultiStepLR
impl Debug for MultiStepLR
Source§impl LearningRateScheduler for MultiStepLR
impl LearningRateScheduler for MultiStepLR
Auto Trait Implementations§
impl Freeze for MultiStepLR
impl RefUnwindSafe for MultiStepLR
impl Send for MultiStepLR
impl Sync for MultiStepLR
impl Unpin for MultiStepLR
impl UnwindSafe for MultiStepLR
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