Skip to content

Commit

Permalink
docs: update docstrings
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Pedregosa <pedregosa@google.com>
  • Loading branch information
SauravMaheshkar and fabianp committed Jun 28, 2024
1 parent 1528c68 commit 6b5e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/_src/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ def normalize_by_update_norm(
Scale by the inverse of the gradient norm.
Args:
scale_factor: (float) scaling factor
scale_factor: factor by which the update will be multiplied (defaults to 1).
eps: (float) jitter term to avoid dividing by 0
Returns:
Expand Down

0 comments on commit 6b5e78f

Please sign in to comment.