HypVINN.utils.load_config¶
- HypVINN.utils.load_config.get_config(args)[source]¶
Given the arguments, load and initialize the configs.
- Parameters:
- args
object The arguments object.
- args
- Returns:
- cfg
yacs.config.CfgNode The configuration node.
- cfg
Given the arguments, load and initialize the configs.
objectThe arguments object.
yacs.config.CfgNodeThe configuration node.