forked from mindspore-Ecosystem/mindspore
adjust the sparse config from the host_device_mix flag
This commit is contained in:
parent
1f1065eab0
commit
ddfcff6de2
|
@ -122,6 +122,9 @@ def get_config():
|
|||
pprint(default)
|
||||
args = parse_cli_to_yaml(parser=parser, cfg=default, helper=helper, choices=choices, cfg_path=path_args.config_path)
|
||||
final_config = merge(args, default)
|
||||
return Config(final_config)
|
||||
final_config = Config(final_config)
|
||||
if final_config.host_device_mix == 1:
|
||||
final_config.sparse = True
|
||||
return final_config
|
||||
|
||||
config = get_config()
|
||||
|
|
Loading…
Reference in New Issue