"src/vscode:/vscode.git/clone" did not exist on "55293631d7e6ca147ba8bc263b5ecdac8721819a"
Commit af41da50 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix style

parent caf4abf7
...@@ -1115,8 +1115,8 @@ class Trainer: ...@@ -1115,8 +1115,8 @@ class Trainer:
) -> BestRun: ) -> BestRun:
""" """
Launch an hyperparameter search using ``optuna`` or ``Ray Tune``. The optimized quantity is determined by Launch an hyperparameter search using ``optuna`` or ``Ray Tune``. The optimized quantity is determined by
:obj:`compute_objective`, which defaults to a function returning the evaluation loss when no metric is provided, :obj:`compute_objective`, which defaults to a function returning the evaluation loss when no metric is
the sum of all metrics otherwise. provided, the sum of all metrics otherwise.
.. warning:: .. warning::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment