[tune] use dated experiment dir per default (#11104)

This commit is contained in:
Kai Fricke
2020-09-30 14:43:59 -07:00
committed by GitHub
parent f0dba6bd2b
commit c77cfaa5ad
9 changed files with 82 additions and 17 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class AutoMLSearcher(SearchAlgorithm):
deep_insert(path.split("."), value, new_spec["config"])
trial = create_trial_from_spec(
new_spec, exp.name, self._parser, experiment_tag=tag)
new_spec, exp.dir_name, self._parser, experiment_tag=tag)
# AutoML specific fields set in Trial
trial.results = []