[GraphSage] Allow "patience" with "tolerance" when training #252
Labels
feature request
A suggestion for a new feature
good first issue
Indicates a good issue for first-time contributors
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.
The text was updated successfully, but these errors were encountered: