thsolver.config

The configuration module defines the default yacs tree and the command line entry points used by thsolver.solver.Solver.

get_config()[source]

Returns the global default config tree.

parse_args(backup=True)[source]

Parses command-line arguments and returns the merged config.

Parameters:

backup (bool) – If True, saves the experiment config into the log directory.

Returns:

The final merged and frozen config tree.

Return type:

CfgNode