Update README.md
This commit is contained in:
parent
ae5e28f9d9
commit
35cc3b2269
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue