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

Add Aim logging to progress_bar

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/alberttorosyan/feature/add-aim-progress-bar-wrapper into main May 11, 2022
  • Overview 21
  • Commits 8
  • Pipelines 0
  • Changes 6

Created by: alberttorosyan

Patch Description

  • Added AimProgressBarWrapper class; an implementation of BaseProgressBar using Aim, an open-source experiment tracker: https://github.com/aimhubio/aim.
  • Added two new arguments to CommonConfig used to control AimProgressBarWrapper creation/usage:
    • aim_repo: path to the Aim repository.
    • aim_run_hash: If specified, will be used to determine aim.Run for metadata tracking. If skipped, checkpoint.save_dir will be used to find and re-open the existing Run or if no matching Run is found, new one is created.

Testing steps Make sure progress_bar logs data to selected outputs, with Aim logger enabled/disabled. Run unit-tests.

  • Was this discussed/approved via a Github issue?
  • Did you read the contributor guideline?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/alberttorosyan/feature/add-aim-progress-bar-wrapper