Created by: alberttorosyan
Patch Description
- Added
AimProgressBarWrapperclass; an implementation ofBaseProgressBarusing Aim, an open-source experiment tracker: https://github.com/aimhubio/aim. - Added two new arguments to
CommonConfigused to controlAimProgressBarWrappercreation/usage:-
aim_repo: path to the Aim repository. -
aim_run_hash: If specified, will be used to determineaim.Runfor metadata tracking. If skipped,checkpoint.save_dirwill be used to find and re-open the existingRunor if no matchingRunis 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?