[docs] Pictures for all the Examples (#5859)

* image

* plot resnet

* hyperparam

* fixup_pictures

* custom_direct
This commit is contained in:
Richard Liaw
2019-10-14 14:18:52 -07:00
committed by GitHub
parent 8fd23c0c3f
commit 7f4141df4e
14 changed files with 24 additions and 803 deletions
+3
View File
@@ -9,6 +9,9 @@ This script will demonstrate how to use two important parts of the Ray API:
using ``ray.remote`` to define remote functions and ``ray.wait`` to wait for
their results to be ready.
.. image:: ../images/hyperparameter.png
:align: center
.. important:: For a production-grade implementation of distributed
hyperparameter tuning, use `Tune`_, a scalable hyperparameter
tuning library built using Ray's Actor API.