jettify / pytorch-optimizer

Too many blank lines found FLK-E303
Style
Minor
1 occurrence in this check
too many blank lines (3)
178
179
180
181class AdaBound(Optimizer):182    r"""Implements AdaBound algorithm with Decoupled Weight Decay (arxiv.org/abs/1711.05101)
183
184    It has been proposed in `Adaptive Gradient Methods with Dynamic Bound of