parent
e068af9ea8
commit
92d6abcbb9
|
@ -62,15 +62,11 @@ conda install pytorch-lightning -c conda-forge
|
|||
## Docs
|
||||
- [master](https://pytorch-lightning.readthedocs.io/en/latest)
|
||||
- [stable](https://pytorch-lightning.readthedocs.io/en/stable)
|
||||
- [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/)
|
||||
- [0.7.6](https://pytorch-lightning.readthedocs.io/en/0.7.6/)
|
||||
- [0.7.5](https://pytorch-lightning.readthedocs.io/en/0.7.5/)
|
||||
- [0.7.3](https://pytorch-lightning.readthedocs.io/en/0.7.3/)
|
||||
- [0.7.1](https://pytorch-lightning.readthedocs.io/en/0.7.1/)
|
||||
- [0.6.0](https://pytorch-lightning.readthedocs.io/en/0.6.0/)
|
||||
- [0.5.3](https://pytorch-lightning.readthedocs.io/en/0.5.3.2/)
|
||||
|
||||
## Refactoring your PyTorch code + benefits + full walk-through
|
||||
[![Watch the video](docs/source/_images/general/tutorial_cover.jpg)](https://www.youtube.com/watch?v=QHww1JH7IDU)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Root package info."""
|
||||
|
||||
__version__ = '0.8.5rc1'
|
||||
__version__ = '0.8.5'
|
||||
__author__ = 'William Falcon et al.'
|
||||
__author_email__ = 'waf2107@columbia.edu'
|
||||
__license__ = 'Apache-2.0'
|
||||
|
|
Loading…
Reference in New Issue