pub struct CosineAnnealingLR { /* private fields */ }Expand description
Cosine annealing scheduler with warm restarts
Implementations§
Trait Implementations§
Source§impl Clone for CosineAnnealingLR
impl Clone for CosineAnnealingLR
Source§fn clone(&self) -> CosineAnnealingLR
fn clone(&self) -> CosineAnnealingLR
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 CosineAnnealingLR
impl Debug for CosineAnnealingLR
Auto Trait Implementations§
impl Freeze for CosineAnnealingLR
impl RefUnwindSafe for CosineAnnealingLR
impl Send for CosineAnnealingLR
impl Sync for CosineAnnealingLR
impl Unpin for CosineAnnealingLR
impl UnwindSafe for CosineAnnealingLR
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