mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e41bf0a047 | ||
|
|
cd594a1d1a | ||
|
|
d923acd606 | ||
|
|
b35229d9ab | ||
|
|
978519fc33 |
@@ -17,7 +17,7 @@
|
|||||||
[](https://pytorch-lightning.readthedocs.io/en/latest)
|
[](https://pytorch-lightning.readthedocs.io/en/latest)
|
||||||
[](https://gitter.im/PyTorch-Lightning/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/PyTorch-Lightning/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
[](https://github.com/williamFalcon/pytorch-lightning/blob/master/LICENSE)
|
[](https://github.com/williamFalcon/pytorch-lightning/blob/master/LICENSE)
|
||||||
[](https://shields.io/)
|
[](https://shields.io/)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
removed until codecov badge isn't empy. likely a config error showing nothing on master.
|
removed until codecov badge isn't empy. likely a config error showing nothing on master.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ __version__ = '0.5.3'
|
|||||||
__author__ = ' William Falcon et al.'
|
__author__ = ' William Falcon et al.'
|
||||||
__author_email__ = 'waf2107@columbia.edu'
|
__author_email__ = 'waf2107@columbia.edu'
|
||||||
__license__ = 'Apache-2.0'
|
__license__ = 'Apache-2.0'
|
||||||
__homepage__ = 'https://github.com/williamFalcon/pytorch-lightning',
|
__homepage__ = 'https://github.com/williamFalcon/pytorch-lightning'
|
||||||
__docs__ = """# PyTorch Lightning
|
__docs__ = """# PyTorch Lightning
|
||||||
|
|
||||||
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
|
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
|
||||||
|
|||||||
+2
-1
@@ -5,4 +5,5 @@ numpy==1.16.4
|
|||||||
torch>=1.2.0
|
torch>=1.2.0
|
||||||
torchvision>=0.3.0
|
torchvision>=0.3.0
|
||||||
pandas>=0.20.3
|
pandas>=0.20.3
|
||||||
# future>=0.17.1 # required for buildins in setup.py
|
test-tube>=0.6.9
|
||||||
|
# future>=0.17.1 # required for buildins in setup.py
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ setup(
|
|||||||
download_url='https://github.com/williamFalcon/pytorch-lightning',
|
download_url='https://github.com/williamFalcon/pytorch-lightning',
|
||||||
license=pytorch_lightning.__license__,
|
license=pytorch_lightning.__license__,
|
||||||
packages=find_packages(exclude=['examples']),
|
packages=find_packages(exclude=['examples']),
|
||||||
long_description=open('README.md', encoding='utf-8').read(),
|
# long_description=open('README.md', encoding='utf-8').read(),
|
||||||
long_description_content_type='text/markdown',
|
# long_description_content_type='text/markdown',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords=['deep learning', 'pytorch', 'AI'],
|
keywords=['deep learning', 'pytorch', 'AI'],
|
||||||
|
|||||||
Reference in New Issue
Block a user