mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 19:09:35 +08:00
Link to serve in tune overview (#8487)
This commit is contained in:
@@ -14,10 +14,12 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a
|
||||
* Natively `integrates with optimization libraries <tune-searchalg.html>`_ such as `HyperOpt <https://github.com/hyperopt/hyperopt>`_, `Bayesian Optimization <https://github.com/fmfn/BayesianOptimization>`_, and `Facebook Ax <http://ax.dev>`_.
|
||||
* Choose among `scalable algorithms <tune-schedulers.html>`_ such as `Population Based Training (PBT)`_, `Vizier's Median Stopping Rule`_, `HyperBand/ASHA`_.
|
||||
* Visualize results with `TensorBoard <https://www.tensorflow.org/get_started/summaries_and_tensorboard>`__.
|
||||
* Move your models from training to serving on the same infrastructure with `Ray Serve`_.
|
||||
|
||||
.. _`Population Based Training (PBT)`: tune-schedulers.html#population-based-training-pbt
|
||||
.. _`Vizier's Median Stopping Rule`: tune-schedulers.html#median-stopping-rule
|
||||
.. _`HyperBand/ASHA`: tune-schedulers.html#asynchronous-hyperband
|
||||
.. _`Ray Serve`: rayserve/overview.html
|
||||
|
||||
**Want to get started?** Head over to the :ref:`60 second Tune tutorial <tune-60-seconds>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user