Skip to content

Commit d62165e

Browse files
authored
Fixed save to save_path to match benchmark key
1 parent 4025ceb commit d62165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/p2b1_mlrMBO/swift/workflow3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if not os.path.exists(outdir):
3434
3535
hyper_parameter_map = json.loads('%s')
3636
hyper_parameter_map['framework'] = 'keras'
37-
hyper_parameter_map['save'] = '{}/output'.format(outdir)
37+
hyper_parameter_map['save_path'] = '{}/output'.format(outdir)
3838
hyper_parameter_map['instance_directory'] = outdir
3939
hyper_parameter_map['experiment_id'] = '%s'
4040
hyper_parameter_map['run_id'] = '%s'

0 commit comments

Comments
 (0)