Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Dec 1, 2023
1 parent 473cfbf commit 27fd562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/mnist_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(
:param net: The model to train.
:param optimizer: The optimizer to use for training.
:param scheduler: The learning rate scheduler to use for training.
:param compile: Whether to compile the model before training.
"""
super().__init__()

Expand Down

0 comments on commit 27fd562

Please sign in to comment.