mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
tests: minor fix for functional tests (#289)
* tests: minor fix for functional tests * tests: fix value
This commit is contained in:
@@ -91,7 +91,7 @@ def test_restore_checkpoint(preset_args, clres, framework,
|
||||
return p
|
||||
|
||||
if framework == "mxnet":
|
||||
preset_args = Def.Presets.mxnet_args_test
|
||||
preset_args = Def.Presets.mxnet_args_test[0]
|
||||
|
||||
p_valid_params = p_utils.validation_params(preset_args)
|
||||
create_cp_proc = _create_cmd_and_run(flag=['--checkpoint_save_secs', '5'])
|
||||
|
||||
Reference in New Issue
Block a user