config

class config.config.Config(job_dir, job_identifier)[source]

Bases: object

get_cfg_defaults()[source]

Get a yacs CfgNode object with default values for my_project.

update_dependencies()[source]

Update some variables that depend of changes made after merge the .cfg file provide by the user. That is, this function should be called after YACS’s merge_from_file().