Skip to content

Commit

Permalink
Remove legacy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ragmani committed Jan 20, 2025
1 parent 69fef07 commit 33111f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Optimizer:
"""
Base class for optimizers. Subclasses should implement the `step` method.
Base class for optimizers.
"""
def __init__(self, learning_rate=0.001, nums_trainable_ops=trainable_ops.ALL):
"""
Expand Down

0 comments on commit 33111f2

Please sign in to comment.