Skip to content

Commit 8508d3f

Browse files
committed
tc
1 parent f575b50 commit 8508d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/ax_multiobjective_nas_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def _get_event_multiplexer_for_trial(self, trial):
245245
mul = event_multiplexer.EventMultiplexer(max_reload_threads=20)
246246
mul.AddRunsFromDirectory(Path(log_dir).joinpath(str(trial.index)).as_posix(), None)
247247
mul.Reload()
248-
248+
249249
return mul
250250

251251
# This indicates whether the metric is queryable while the trial is
@@ -394,7 +394,7 @@ def is_available_while_running(cls):
394394
experiment=experiment,
395395
generation_strategy=gs,
396396
options=SchedulerOptions(
397-
total_trials=total_trials, max_pending_trials=4
397+
total_trials=total_trials, max_pending_trials=8
398398
),
399399
)
400400

0 commit comments

Comments
 (0)