File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ PyPI Status] ( https://badge.fury.io/py/pytorch-lightning.svg )] ( https://badge.fury.io/py/pytorch-lightning )
11
11
[ ![ PyPI Status] ( https://pepy.tech/badge/pytorch-lightning )] ( https://pepy.tech/project/pytorch-lightning )
12
12
[ ![ Build Status] ( https://travis-ci.org/PytorchLightning/pytorch-lightning.svg?branch=master )] ( https://travis-ci.org/PytorchLightning/pytorch-lightning )
13
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/NEW-PROJECT-ID ?svg=true )] ( https://ci.appveyor.com/project/PytorchLightning /pytorch-lightning )
13
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/nwr730s1qd9199g3/branch/master ?svg=true )] ( https://ci.appveyor.com/project/PyTorchLightning /pytorch-lightning/branch/master )
14
14
[ ![ Coverage] ( docs/source/_static/images/coverage.svg )] ( https://github.com/PytorchLightning/pytorch-lightning/tree/master/tests#running-coverage )
15
15
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/borda/pytorch-lightning/badge )] ( https://www.codefactor.io/repository/github/borda/pytorch-lightning )
16
16
Original file line number Diff line number Diff line change 1
- """Package info"""
1
+ """Root package info. """
2
2
3
- __version__ = '0.6.0'
3
+ __version__ = '0.6.0.dev '
4
4
__author__ = 'William Falcon et al.'
5
5
__author_email__ = '[email protected] '
6
6
__license__ = 'Apache-2.0'
7
- __copyright__ = 'Copyright (c) 2018-2019 , %s.' % __author__
7
+ __copyright__ = 'Copyright (c) 2018-2020 , %s.' % __author__
8
8
__homepage__ = 'https://github.com/PyTorchLightning/pytorch-lightning'
9
9
# this has to be simple string, see: https://github.com/pypa/twine/issues/522
10
10
__docs__ = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers." \
21
21
22
22
if __LIGHTNING_SETUP__ :
23
23
import sys
24
- sys .stderr .write ('Partial import of torchlightning during the build process.\n ' )
24
+ sys .stderr .write ('Partial import of ` torchlightning` during the build process.\n ' )
25
25
# We are not importing the rest of the scikit during the build
26
26
# process, as it may not be compiled yet
27
27
else :
Original file line number Diff line number Diff line change @@ -498,7 +498,6 @@ def optimizer_closure():
498
498
499
499
# track progress bar metrics
500
500
self .add_tqdm_metrics (progress_bar_metrics )
501
- self .add_tqdm_metrics (progress_bar_metrics )
502
501
all_log_metrics .append (log_metrics )
503
502
504
503
# insert after step hook
You can’t perform that action at this time.
0 commit comments