English

Tune: A Research Platform for Distributed Model Selection and Training

Machine Learning 2018-07-16 v1 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Modern machine learning algorithms are increasingly computationally demanding, requiring specialized hardware and distributed computation to achieve high performance in a reasonable time frame. Many hyperparameter search algorithms have been proposed for improving the efficiency of model selection, however their adaptation to the distributed compute environment is often ad-hoc. We propose Tune, a unified framework for model selection and training that provides a narrow-waist interface between training scripts and search algorithms. We show that this interface meets the requirements for a broad range of hyperparameter search algorithms, allows straightforward scaling of search to large clusters, and simplifies algorithm implementation. We demonstrate the implementation of several state-of-the-art hyperparameter search algorithms in Tune. Tune is available at http://ray.readthedocs.io/en/latest/tune.html.

Keywords

Cite

@article{arxiv.1807.05118,
  title  = {Tune: A Research Platform for Distributed Model Selection and Training},
  author = {Richard Liaw and Eric Liang and Robert Nishihara and Philipp Moritz and Joseph E. Gonzalez and Ion Stoica},
  journal= {arXiv preprint arXiv:1807.05118},
  year   = {2018}
}

Comments

8 Pages, Presented at the 2018 ICML AutoML workshop

R2 v1 2026-06-23T03:00:33.418Z