mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
less important (#8439)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user