File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919FRAMEWORK = 'pytorch'
2020TUNING_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+ )
2831flags .DEFINE_string ('experiment_dir' ,
2932 EXPERIMENT_DIR ,
3033 'Path to experiment dir where logs will be saved.' )
You can’t perform that action at this time.
0 commit comments