File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ def sweep():
10811081 local_dir = LOCAL_DIR ,
10821082 resume = args .resume ,
10831083 stop = {"training_iteration" : args .iterations },
1084- resources_per_trial = {"cpu" : os .cpu_count ()/ args .jobs },
1084+ resources_per_trial = {"cpu" : os .cpu_count () / args .jobs },
10851085 log_to_file = ["trail-out.log" , "trail-err.log" ],
10861086 trial_name_creator = lambda x : f"variant-{ x .trainable_name } -{ x .trial_id } -ray" ,
10871087 trial_dirname_creator = lambda x : f"variant-{ x .trainable_name } -{ x .trial_id } -ray" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ def setUp(self):
5858 for c in options
5959 ]
6060
61-
6261 def test_tune_resume (self ):
6362 # Goal is to first run the first config (without resume) and then run the second config (with resume)
6463 # and check if the run is able to complete.
You can’t perform that action at this time.
0 commit comments