We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92b73d commit d3fc1dcCopy full SHA for d3fc1dc
pytorch_optimizer/sgdp.py
@@ -36,9 +36,9 @@ def __init__(
36
wd_ratio: float = 0.1,
37
nesterov: bool = False,
38
):
39
- """
+ """SGDP optimizer
40
:param params: PARAMETERS. iterable of parameters to optimize or dicts defining parameter groups
41
- :param lr: float. learning rate.
+ :param lr: float. learning rate
42
:param momentum: float. momentum factor
43
:param dampening: float. dampening for momentum
44
:param eps: float. term added to the denominator to improve numerical stability
0 commit comments