Skip to content

Commit

Permalink
style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgard committed Aug 17, 2023
1 parent 6546d4c commit fcf005d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/ray_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@
datefmt='%Y-%m-%d %H:%M:%S')


def main(experiment: str, cache_dir: str,
def main(experiment: str,
cache_dir: str,
ray_tmp_dir: str,
ray_local_dir: str,
debug: bool,
no_tune: bool, num_samples: int, search_alg: str,
no_tune: bool,
num_samples: int,
search_alg: str,
use_cached: bool,
results_dir: str,
max_concurrent_trials: int,
Expand Down

0 comments on commit fcf005d

Please sign in to comment.