From 872a3522aa92212b0be5ee1b73d5e4d38fa1c339 Mon Sep 17 00:00:00 2001 From: Frithjof Date: Tue, 7 Jan 2020 23:10:17 +0000 Subject: [PATCH] Add machinable to list of projects using Tune (#6737) --- doc/source/tune.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/tune.rst b/doc/source/tune.rst index d4e250912..06c1931d6 100644 --- a/doc/source/tune.rst +++ b/doc/source/tune.rst @@ -95,6 +95,7 @@ Here are some of the popular open source repositories and research projects that - `Population Based Augmentation `_: Population Based Augmentation (PBA) is a algorithm that quickly and efficiently learns data augmentation functions for neural network training. PBA matches state-of-the-art results on CIFAR with one thousand times less compute. - `Fast AutoAugment by Kakao `_: Fast AutoAugment (Accepted at NeurIPS 2019) learns augmentation policies using a more efficient search strategy based on density matching. - `Allentune `_: Hyperparameter Search for AllenNLP from AllenAI. + - `machinable `_: A modular configuration system for machine learning research. See `machinable.org `_. Citing Tune -----------