Skip to content

Commit f0409cb

Browse files
committed
Reverted runner utils save path change
1 parent 44da5e1 commit f0409cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workflows/common/python/runner_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def init(param_string, instance_directory, framework, out_dir_key):
2222

2323
hyper_parameter_map['framework'] = framework
2424
hyper_parameter_map[out_dir_key] = '{}/output'.format(instance_directory)
25-
hyper_parameter_map['save'] = hyper_parameter_map[out_dir_key]
2625
hyper_parameter_map['instance_directory'] = instance_directory
2726

2827
return hyper_parameter_map

0 commit comments

Comments
 (0)