From 816d8cff06a275ba6ff877a05f339b1d5904fd68 Mon Sep 17 00:00:00 2001 From: krfricke Date: Mon, 20 Jul 2020 22:24:17 +0200 Subject: [PATCH] [docs] add ray tune tutorial link to sidebar and readme (#2648) Co-authored-by: Kai Fricke --- README.md | 1 + docs/source/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ac565e90..bfa381ac0d 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,7 @@ Check out this awesome list of research papers and implementations done with Lig - [Contextual Emotion Detection (DoubleDistilBert)](https://github.com/PyTorchLightning/emotion_transformer) - [Generative Adversarial Network](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=TyYOdg8g77P0) - [Hyperparameter optimization with Optuna](https://github.com/optuna/optuna/blob/master/examples/pytorch_lightning_simple.py) +- [Hyperparameter optimization with Ray Tune](https://docs.ray.io/en/master/tune/tutorials/tune-pytorch-lightning.html) - [Image Inpainting using Partial Convolutions](https://github.com/ryanwongsa/Image-Inpainting) - [MNIST on TPU](https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3#scrollTo=BHBz1_AnamN_) - [NER (transformers, TPU, huggingface)](https://colab.research.google.com/drive/1dBN-wwYUngLYVt985wGs_OKPlK_ANB9D) diff --git a/docs/source/index.rst b/docs/source/index.rst index 579c8a47cf..c5dfbd64ba 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -43,6 +43,7 @@ PyTorch Lightning Documentation Cotatron: Transcription-Guided Speech Encoder FasterRCNN object detection + Hydra Hyperparameter optimization with Optuna + Hyperparameter optimization with Ray Tune Image Inpainting using Partial Convolutions MNIST on TPU NER (transformers, TPU)