Update README.md

This commit is contained in:
William Falcon 2020-09-21 16:31:54 -04:00 committed by GitHub
parent ae5e28f9d9
commit 35cc3b2269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

@ -10,7 +10,7 @@
<a href="#pytorch-lightning-masterclass">Masterclass</a>
<a href="#key-features">Key Features</a>
<a href="#how-to-use">How To Use</a>
<a href="#docs">Docs</a>
<a href="https://pytorch-lightning.readthedocs.io/en/stable/">Docs</a>
<a href="#resources">Resources</a>
<a href="#community">Community</a>
<a href="#faq">FAQ</a>
@ -225,17 +225,6 @@ trainer = Trainer(tpu_cores=[1])
---
### Docs
- [master](https://pytorch-lightning.readthedocs.io/en/latest)
- [stable](https://pytorch-lightning.readthedocs.io/en/stable)
- [0.9.0](https://pytorch-lightning.readthedocs.io/en/0.9.0/)
- [0.8.5](https://pytorch-lightning.readthedocs.io/en/0.8.5/)
- [0.8.4](https://pytorch-lightning.readthedocs.io/en/0.8.4/)
- [0.8.3](https://pytorch-lightning.readthedocs.io/en/0.8.3/)
- [0.8.1](https://pytorch-lightning.readthedocs.io/en/0.8.1/)
---
## Resources
### Examples