Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
dl::optimization::StepLR< T > Member List

This is the complete list of members for dl::optimization::StepLR< T >, including all inherited members.

get_lr() constdl::optimization::LRScheduler< T >inline
LRScheduler(AutogradOptimizer< T > *optimizer)dl::optimization::LRScheduler< T >inlineexplicit
optimizer_dl::optimization::LRScheduler< T >protected
step() overridedl::optimization::StepLR< T >virtual
StepLR(AutogradOptimizer< T > *optimizer, size_t step_size, T gamma=0.1)dl::optimization::StepLR< T >inline
~LRScheduler()=defaultdl::optimization::LRScheduler< T >virtual