mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
[tune] use dated experiment dir per default (#11104)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user