You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the training module interface doesn't support early stopping. It can be implemented using the callback lightning.pytorch.callbacks.early_stopping.EarlyStopping and adding an option in the interface to control the parameters of this function.
The text was updated successfully, but these errors were encountered:
Currently, the training module interface doesn't support early stopping. It can be implemented using the callback
lightning.pytorch.callbacks.early_stopping.EarlyStopping
and adding an option in the interface to control the parameters of this function.The text was updated successfully, but these errors were encountered: