Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
Fixes typo in `train.py` docs.
  • Loading branch information
kylebgorman authored May 7, 2024
1 parent ad3c4e9 commit 1425735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoyodyne/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_callbacks(
patience (int, optional): number of epochs with no
progress (according to `patience_metric`) before triggering
early stopping.
checkpoint_metric (string, optional): validation metric used to
patience_metric (string, optional): validation metric used to
trigger early stopping.
Returns:
Expand Down

0 comments on commit 1425735

Please sign in to comment.