pub struct OneCycleLR { /* private fields */ }Expand description
One cycle learning rate policy (popular for modern deep learning)
Implementations§
Source§impl OneCycleLR
impl OneCycleLR
Trait Implementations§
Source§impl Clone for OneCycleLR
impl Clone for OneCycleLR
Source§fn clone(&self) -> OneCycleLR
fn clone(&self) -> OneCycleLR
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 OneCycleLR
impl Debug for OneCycleLR
Source§impl LearningRateScheduler for OneCycleLR
impl LearningRateScheduler for OneCycleLR
Auto Trait Implementations§
impl Freeze for OneCycleLR
impl RefUnwindSafe for OneCycleLR
impl Send for OneCycleLR
impl Sync for OneCycleLR
impl Unpin for OneCycleLR
impl UnwindSafe for OneCycleLR
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