Skip to content

Commit 7516a73

Browse files
committed
formatting
1 parent d84e78c commit 7516a73

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

scoring/utils/slurm/make_job_config.py

+9-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919
FRAMEWORK = 'pytorch'
2020
TUNING_RULESET = 'self'
2121

22-
flags.DEFINE_string('submission_path',
23-
SUBMISSION_PATH,
24-
'Path to submission module relative to algorithmic-efficiency dir.')
25-
flags.DEFINE_string('tuning_search_space',
26-
TUNING_SEARCH_SPACE,
27-
'Path to tuning search space for submission module relative to algorithmic-efficiency dir.')
22+
flags.DEFINE_string(
23+
'submission_path',
24+
SUBMISSION_PATH,
25+
'Path to submission module relative to algorithmic-efficiency dir.')
26+
flags.DEFINE_string(
27+
'tuning_search_space',
28+
TUNING_SEARCH_SPACE,
29+
'Path to tuning search space for submission module relative to algorithmic-efficiency dir.'
30+
)
2831
flags.DEFINE_string('experiment_dir',
2932
EXPERIMENT_DIR,
3033
'Path to experiment dir where logs will be saved.')

0 commit comments

Comments
 (0)