jettify / pytorch-optimizer

Function or method is being redefined PYL-E0102
Bug risk
Major
1 occurrence in this check
class already defined line 11
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