[tune] Async Hyperband (#1595)

This commit is contained in:
Richard Liaw
2018-03-04 14:05:56 -08:00
committed by GitHub
parent ecb811c26e
commit 78716094b5
7 changed files with 338 additions and 3 deletions
@@ -202,6 +202,10 @@ docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/tune/examples/hyperband_example.py \
--smoke-test
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/tune/examples/async_hyperband_example.py \
--smoke-test
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/tune/examples/tune_mnist_ray_hyperband.py \
--smoke-test