Add machinable to list of projects using Tune (#6737)

This commit is contained in:
Frithjof
2020-01-07 15:10:17 -08:00
committed by Richard Liaw
parent 5f843cd998
commit 872a3522aa
+1
View File
@@ -95,6 +95,7 @@ Here are some of the popular open source repositories and research projects that
- `Population Based Augmentation <https://github.com/arcelien/pba>`_: 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 <https://github.com/kakaobrain/fast-autoaugment>`_: Fast AutoAugment (Accepted at NeurIPS 2019) learns augmentation policies using a more efficient search strategy based on density matching.
- `Allentune <https://github.com/allenai/allentune>`_: Hyperparameter Search for AllenNLP from AllenAI.
- `machinable <https://github.com/frthjf/machinable>`_: A modular configuration system for machine learning research. See `machinable.org <machinable.org>`_.
Citing Tune
-----------