a186e2aa2857d92d42ced706f09a59f73629d391,wandb/sdk_py27/wandb_init.py,_WandbInit,setup,#_WandbInit#Any#,58
Before Change
)
if config_exclude_keys and config_include_keys:
raise UsageError(
"Expected at most only one of config_exclude_keys or "
"config_include_keys"
)
init_config = parse_config(
init_config, include=config_include_keys, exclude=config_exclude_keys
)
if config_include_keys:
After Change
if sm_config:
sm_api_key = sm_config.get("wandb_api_key", None)
sm_run, sm_env = sagemaker.parse_sm_resources()
if sm_env:
if sm_api_key:
sm_env["WANDB_API_KEY"] = sm_api_key
settings._apply_environ(sm_env)
for k, v in six.iteritems(sm_run):
kwargs.setdefault(k, v)
// Remove parameters that are not part of settings
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: wandb/client
Commit Name: a186e2aa2857d92d42ced706f09a59f73629d391
Time: 2020-08-31
Author: jeff@wandb.com
File Name: wandb/sdk_py27/wandb_init.py
Class Name: _WandbInit
Method Name: setup
Project Name: wandb/client
Commit Name: b056600770258e83f814a1048501d01d90b81609
Time: 2020-09-16
Author: jeff@wandb.com
File Name: wandb/sdk/wandb_init.py
Class Name: _WandbInit
Method Name: init
Project Name: wandb/client
Commit Name: a186e2aa2857d92d42ced706f09a59f73629d391
Time: 2020-08-31
Author: jeff@wandb.com
File Name: wandb/sdk/wandb_init.py
Class Name: _WandbInit
Method Name: setup
Project Name: wandb/client
Commit Name: b056600770258e83f814a1048501d01d90b81609
Time: 2020-09-16
Author: jeff@wandb.com
File Name: wandb/sdk_py27/wandb_init.py
Class Name: _WandbInit
Method Name: init