Skip to content

[GraphSage] Allow "patience" with "tolerance" when training #252

@giahung24

Description

@giahung24

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

No one assigned

    Labels

    feature requestA suggestion for a new featuregood first issueIndicates a good issue for first-time contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions