[docs] add community example : pl + ms nni (#2340)

https://github.com/PyTorchLightning/pytorch-lightning/issues/2329
This commit is contained in:
davinnovation 2020-06-25 12:13:49 +09:00 committed by GitHub
parent 220bb6db57
commit b6ab7ca121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ Check out this awesome list of research papers and implementations done with Lig
- [Transformers text classification](https://github.com/ricardorei/lightning-text-classification)
- [VAE Library of over 18+ VAE flavors](https://github.com/AntixK/PyTorch-VAE)
- [Finetune BERT, RoBERTa etc on QA Datasets like SQuAD](https://github.com/tshrjn/Finetune-QA/)
- [Pytorch-Lightning + Microsoft NNI with Docker](https://github.com/davinnovation/pytorch-boilerplate)
## Tutorials
Check out our [introduction guide](https://pytorch-lightning.readthedocs.io/en/latest/introduction_guide.html) to get started.