mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
add package info (#359)
* add package info #358 * Update __init__.py * Update __init__.py
This commit is contained in:
committed by
William Falcon
parent
d30a3bf17a
commit
a7f26a67ac
@@ -7,3 +7,13 @@ __all__ = [
|
||||
'LightningModule',
|
||||
'data_loader',
|
||||
]
|
||||
|
||||
__version__ = '0.5.2.1'
|
||||
__author__ = ' William Falcon et al.'
|
||||
__author_email__ = 'waf2107@columbia.edu'
|
||||
__license__ = 'Apache-2.0'
|
||||
__homepage__ = 'https://github.com/williamFalcon/pytorch-lightning',
|
||||
__doc__ = """# PyTorch Lightning
|
||||
|
||||
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user