Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M metaseq
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • metaseq
  • Merge requests
  • !322

[checkpoints] Don't validate/save after epochs.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge roller/stack4 into main Aug 30, 2022
  • Overview 6
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: stephenroller

Patch Description Our current logic always validates and saves at the end of an epoch, even when we set flags such that it isn't supposed to. This is because we ignored the "no_epoch_checkpoints" flag, and because the "validate_interval" flag made it impossible (as it's an interval of epochs). I've killed the validate_interval flag and updated the logic appropriately.

Testing steps Been training with this patch.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: roller/stack4