File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ Check out this awesome list of research papers and implementations done with Lig
361
361
- [ Contextual Emotion Detection (DoubleDistilBert)] ( https://github.com/PyTorchLightning/emotion_transformer )
362
362
- [ Generative Adversarial Network] ( https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=TyYOdg8g77P0 )
363
363
- [ Hyperparameter optimization with Optuna] ( https://github.com/optuna/optuna/blob/master/examples/pytorch_lightning_simple.py )
364
+ - [ Hyperparameter optimization with Ray Tune] ( https://docs.ray.io/en/master/tune/tutorials/tune-pytorch-lightning.html )
364
365
- [ Image Inpainting using Partial Convolutions] ( https://github.com/ryanwongsa/Image-Inpainting )
365
366
- [ MNIST on TPU] ( https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3#scrollTo=BHBz1_AnamN_ )
366
367
- [ NER (transformers, TPU, huggingface)] ( https://colab.research.google.com/drive/1dBN-wwYUngLYVt985wGs_OKPlK_ANB9D )
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ PyTorch Lightning Documentation
43
43
Cotatron: Transcription-Guided Speech Encoder <https://github.com/mindslab-ai/cotatron >
44
44
FasterRCNN object detection + Hydra <https://github.com/PyTorchLightning/wheat >
45
45
Hyperparameter optimization with Optuna <https://github.com/optuna/optuna/blob/master/examples/pytorch_lightning_simple.py >
46
+ Hyperparameter optimization with Ray Tune <https://docs.ray.io/en/master/tune/tutorials/tune-pytorch-lightning.html >
46
47
Image Inpainting using Partial Convolutions <https://github.com/ryanwongsa/Image-Inpainting >
47
48
MNIST on TPU <https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3#scrollTo=BHBz1_AnamN_ >
48
49
NER (transformers, TPU) <https://colab.research.google.com/drive/1dBN-wwYUngLYVt985wGs_OKPlK_ANB9D >
You can’t perform that action at this time.
0 commit comments