Skip to content
Discussion options

You must be logged in to vote

If I wanted the training to stop at a loss value of 0.5 is this what I put in trainer/default.yaml?

callbacks:
  - _target_: pytorch_lightning.callbacks.EarlyStopping
    monitor: loss_val
    mode: min
    stopping_threshold: 0.5

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wigging
Comment options

Answer selected by wigging
@danielzuegner
Comment options

@wigging
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants