Skip to content

Commit 7400e5e

Browse files
Update learningratedecay.rst
Fixed typo in documentation
1 parent 4da3669 commit 7400e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/training/learningratedecay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To enable learning rate decay in PINNICLE, you can add the following keys to you
3636
.. code-block:: python
3737
3838
hp["learning_rate"] = 1e-3
39-
hp["decaay_steps"] = 10000
39+
hp["decay_steps"] = 10000
4040
hp["decay_rate"] = 0.5
4141
4242

0 commit comments

Comments
 (0)