[tune] logger migration to ExperimentLogger classes (#11984)

This commit is contained in:
Kai Fricke
2020-11-16 15:08:37 -08:00
committed by GitHub
parent 3dc68533a9
commit 9f5986ee58
14 changed files with 897 additions and 223 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ class Experiment:
# if they instantiate their `Experiment` objects themselves.
raise ValueError(
"Passing `loggers` to an `Experiment` is deprecated. Use "
"an `ExperimentLogger` callback instead, e.g. by passing the "
"`Logger` classes to `tune.logger.LegacyExperimentLogger` and "
"an `LoggerCallback` callback instead, e.g. by passing the "
"`Logger` classes to `tune.logger.LegacyLoggerCallback` and "
"passing this as part of the `callback` parameter to "
"`tune.run()`.")