-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
feature requestA suggestion for a new featureA suggestion for a new featuregood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors
Description
Is your feature request related to a problem? Please describe.
I had a training round stopped just after 2 iterations where the loss did not reduce (loss delta < tolerance). This is not very efficient as "early stopping" strategy.
Describe the solution you would like
It should be patience a little more, like checking if the loss doesn't reduce after n iterations, hence introduced a new hyper-param 'patience': number of ite with no improvement after which training will be stopped. Currently, this 'patience' is just 1.
Metadata
Metadata
Assignees
Labels
feature requestA suggestion for a new featureA suggestion for a new featuregood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors