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
  • !323

[cleanup] Update some f-strings, change checkpoint naming scheme.

  • Review changes

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

Created by: stephenroller

Patch Description THIS DEPENDS ON METASEQ-INTERNAL CHANGES.

Right now our checkpoint files have this format:

checkpoint_7_5500.pt where 7 is the "epoch" number (for our weird definition of epoch). This is rather annoying when you're searching for a particular checkpoint, as I know I want update 5500, but I have no idea what the epoch number should be. This is made worse with Blob store, which can't handle wildcards in the middle of strings.

This patch changes the format to:

checkpoint_5500.pt, stripping the epoch number.

Testing steps My latest checkpoints trained with this!

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