Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added saving of best checkpoint during early stopping #1859

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2020

  1. Added saving of best checkpoint during early stopping

    Raghavendra Sugeeth P S committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3f1047a View commit details
    Browse the repository at this point in the history
  2. Best checkpoint is intialized to None

    Raghavendra Sugeeth P S committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    72172b0 View commit details
    Browse the repository at this point in the history
  3. 1.Validate at every save_checkpoint_steps

    2.Upated logic to add config containing info about best checkpoint
    3.fixed case when keep_checkpoint < early_stopping.
    Raghavendra Sugeeth P S committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    177e853 View commit details
    Browse the repository at this point in the history
  4. Logical fix

    Raghavendra Sugeeth P S committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0ff2920 View commit details
    Browse the repository at this point in the history