From a656538e9367bc2fa1e09f82756ab3b75cd3bdab Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sat, 26 Sep 2020 12:42:20 -0700 Subject: [PATCH] Add Determined deep learning training platform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1d8b4a..068cc54 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ More info [here](http://tensorflow.org). ## Tools/Utilities +* [Determined](https://github.com/determined-ai/determined) - Deep learning training platform with integrated support for distributed training, hyperparameter tuning, smart GPU scheduling, experiment tracking, and a model registry. Supports TensorFlow Estimators and tf.keras. * [Guild AI](https://guild.ai) - Task runner and package manager for TensorFlow * [ML Workspace](https://github.com/ml-tooling/ml-workspace) - All-in-one web IDE for machine learning and data science. Combines Tensorflow, Jupyter, VS Code, Tensorboard, and many other tools/libraries into one Docker image.