Skip to content

Commit 528e27e

Browse files
authored
Update how_to_get_started.rst (#779)
1 parent 9783019 commit 528e27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to_get_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Example:
120120
train_dataloader=train_loader,
121121
val_dataloader=val_loader,
122122
epochs=50,
123-
monitor="pr_auc_samples",
123+
monitor="pr_auc",
124124
)
125125
126126
Stage 5: Evaluating Model Performance

0 commit comments

Comments
 (0)