less important (#8439)

This commit is contained in:
Eric Liang
2020-05-13 22:52:38 -07:00
committed by GitHub
parent 122353c392
commit eabb801a40
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ We can then plot the performance of this trial.
:start-after: __plot_begin__
:end-before: __plot_end__
.. important:: Tune will automatically run parallel trials across all available cores/GPUs on your machine or cluster. To limit the number of cores that Tune uses, you can call ``ray.init(num_cpus=<int>, num_gpus=<int>)`` before ``tune.run``.
.. note:: Tune will automatically run parallel trials across all available cores/GPUs on your machine or cluster. To limit the number of cores that Tune uses, you can call ``ray.init(num_cpus=<int>, num_gpus=<int>)`` before ``tune.run``.
Early Stopping with ASHA