wandb.init
is called.wandb.config
once at the top of your training experiment or setting the config as a parameter to init, ie. wandb.init(config=my_config_dict)
config-defaults.yaml
, and it will automatically be loaded into wandb.config
. See https://docs.wandb.com/library/config#file-based-configs.wandb.init(config="special_config.yaml")
. See https://docs.wandb.com/library/config#file-based-configs.