Skip to content

Commit

Permalink
Change wrong word
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Dec 5, 2023
1 parent c791d45 commit 8b4ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd_pt/utils/learning_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def value(self, step):
class LearningRatePolynomial(object):

def __init__(self, start_lr, stop_lr, stop_steps, **kwargs):
"""Construct an exponential-decayed learning rate.
"""Construct an polynomial-decayed learning rate.
Args:
- start_lr: Initial learning rate.
Expand Down

0 comments on commit 8b4ad6e

Please sign in to comment.