Skip to content

Commit

Permalink
Merge pull request #1079 from google-deepmind:fabianp-patch-16
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681084456
  • Loading branch information
OptaxDev committed Oct 1, 2024
2 parents 5637db1 + 6838c47 commit 474b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/_src/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class GradientTransformation(NamedTuple):
Note that an extended API is provided for users wishing to build optimizers
that take additional arguments during the update step. For more details,
see ``GradientTransoformationExtraArgs``.
see :func:`optax.GradientTransoformationExtraArgs`.
Since gradient transformations do not contain any internal state, all stateful
optimizer properties (such as the current step count when using optimizer
Expand Down

0 comments on commit 474b4fd

Please sign in to comment.