[Docs] [Tune] Fix Tune Quick Start docs (#10996)

This commit is contained in:
Amog Kamsetty
2020-09-24 00:28:01 -07:00
committed by GitHub
parent f9b040db52
commit f42ab54112
+2 -2
View File
@@ -25,9 +25,9 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a
Quick Start
-----------
To run this example, install the following: ``pip install 'ray[tune]' torch torchvision``.
To run this example, install the following: ``pip install 'ray[tune]'``.
This example runs a small grid search to train a convolutional neural network using PyTorch and Tune.
This example runs a parallel grid search to optimize an example objective function.
.. literalinclude:: ../../../python/ray/tune/tests/example.py
:language: python