Created by: alberttorosyan
Patch Description
- Added
AimProgressBarWrapper
class; an implementation ofBaseProgressBar
using Aim, an open-source experiment tracker: https://github.com/aimhubio/aim. - Added two new arguments to
CommonConfig
used to controlAimProgressBarWrapper
creation/usage:-
aim_repo
: path to the Aim repository. -
aim_run_hash
: If specified, will be used to determineaim.Run
for metadata tracking. If skipped,checkpoint.save_dir
will be used to find and re-open the existingRun
or if no matchingRun
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?