Skip to content

Commit 610fd8b

Browse files
FrenchKrabhbredin
authored andcommitted
fix(task): fix MultiLabelSegmentation.val_monitor
1 parent 28a247d commit 610fd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyannote/audio/tasks/segmentation/multilabel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ def val_monitor(self):
277277
pytorch_lightning.callbacks.EarlyStopping
278278
"""
279279

280-
return "ValLoss", "min"
280+
return "loss/val", "min"

0 commit comments

Comments
 (0)