Skip to content

Commit

Permalink
set EarlyStopping verbose to False
Browse files Browse the repository at this point in the history
  • Loading branch information
valhassan committed Dec 5, 2024
1 parent b7df6d4 commit 503992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/segformer_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trainer:
init_args:
monitor: "val_loss"
mode: "min"
verbose: True
verbose: False
patience: 20
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
init_args:
Expand Down

0 comments on commit 503992e

Please sign in to comment.