[tune] Readable trial progress output (#5822)

* Cleaner, tabulated progress output.

* Minor HTML changes, trial ID instead of name

* Revert basic variant changes

* Cleanup, address richard's comments, add progress_reporter.py

* Add tabulate dependency

* Added more info to table, auto-hide columns with no data.

* lint

* Address comments

* Replace experiment tag w/ trial ID

* Fixed tests.

* Fixed test

* Added requirement

* Fix formatting
This commit is contained in:
Ujval Misra
2019-10-08 16:38:39 -07:00
committed by Richard Liaw
parent 24b79fd0a6
commit a851d7eb87
13 changed files with 231 additions and 163 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Quick Start
.. code-block:: bash
$ pip install ray torch torchvision filelock
$ pip install ray[tune] torch torchvision filelock
This example runs a small grid search to train a CNN using PyTorch and Tune.