torchsight.optimizers module

Package for the custom optimizers.

Source code
"""Package for the custom optimizers."""
from .adabound import AdaBound

Sub-modules

torchsight.optimizers.adabound

Adabound optimizer from the paper Adaptive Gradient Methods with Dynamic Bound Learning Rate