[tune] Clarify Intro Tune Documentation (#8201)

This commit is contained in:
Richard Liaw
2020-04-27 18:01:00 -07:00
committed by GitHub
parent a77e5a8cbf
commit be5235d982
10 changed files with 184 additions and 141 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ A Basic Tune Tutorial
.. image:: /images/tune-api.svg
This tutorial will walk you through the following process to setup a Tune experiment. Specifically, we'll leverage ASHA and Bayesian Optimization (via HyperOpt) via the following steps:
This tutorial will walk you through the following process to setup a Tune experiment using Pytorch. Specifically, we'll leverage ASHA and Bayesian Optimization (via HyperOpt) via the following steps:
1. Integrating Tune into your workflow
2. Specifying a TrialScheduler