[tune] Add internal implementation overview + image for task timeline (#1254)

This commit is contained in:
Eric Liang
2017-11-26 10:57:32 -08:00
committed by Richard Liaw
parent f34d705178
commit 81bed0fef8
5 changed files with 32 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
Ray.tune: Efficient distributed hyperparameter search
Ray.tune: Efficient Distributed Hyperparameter Search
=====================================================
This document describes Ray.tune, a hyperparameter tuning tool for long-running tasks such as RL and deep learning training. It has the following features:
+5
View File
@@ -1,6 +1,11 @@
Web UI
======
The Ray web UI includes tools for debugging Ray jobs. The following
image shows an example of using the task timeline for performance debugging:
.. image:: timeline.png
Dependencies
------------