config

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

Bases: object

get_cfg_defaults() CfgNode[source]

Get a yacs CfgNode object with default values for my_project.

biapy.config.config.update_dependencies(cfg) None[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().