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 c075533 commit 0f5c90aCopy full SHA for 0f5c90a
torchopt/_src/alias.py
@@ -273,7 +273,7 @@ def adamw(
273
If :data:`True` use our implemented fused operator.
274
275
Returns:
276
- the corresponding `GradientTransformation`.
+ The corresponding :class:`GradientTransformation` instance.
277
"""
278
b1, b2 = betas
279
# pylint: disable=unneeded-not
@@ -440,7 +440,7 @@ def sgd(
440
Maximize the params based on the objective, instead of minimizing.
441
442
443
- A :class:`GradientTransformation` instance.
444
445
446
if not (callable(lr) or 0.0 <= lr):
0 commit comments