tao

There are some variables on tao that may be useful in user’s code.

name

str that represent name of this process, useful for seperating different runs.

cfg

Object that hold all the config reading from config file(by default .tao/cfg.py).

tracker

pytorch_tao.trackers.base.Tracker object that is set by set_tracker().

log_dir

pathlib.Path object that represent the log directory of the process.

tune

boolean that indicates if current run is in tune mode.

repo

pytorch_tao.repo.Repo object that represent current code executing repo.

study

optuna.study.Study object which can be used in tune mode.

trial

optuna.trial.Trial object which can be used in tune mode.