wandb_utils.config

Module Contents

wandb_utils.config.logger
wandb_utils.config.DEFAULT_CONFIG :Dict
wandb_utils.config.LOCAL_CONFIG_FILENAME = .wandb_utils_config.yaml
wandb_utils.config.GLOBAL_CONFIG_FILENAME
wandb_utils.config.RAW_CONFIG :Optional[Dict]
wandb_utils.config.GLOBAL_SETTINGS :Optional[Dict]
wandb_utils.config.load_commands_config(config_file: Optional[Union[str, pathlib.Path]] = None, cmd_name: Optional[str] = None) Dict
wandb_utils.config.load_config(config_file: Optional[Union[str, pathlib.Path]] = None, cmd_name: Optional[str] = None) Tuple[Dict, Dict]
wandb_utils.config.F
wandb_utils.config.use_config(f: F) F

Reads an set the config on the default_map.

wandb_utils.config.config_file_decorator()