Skip to content

Commit

Permalink
Merge pull request #1634 from PyTorchLightning/remove_warning
Browse files Browse the repository at this point in the history
Remove warning
  • Loading branch information
williamFalcon committed Apr 27, 2020
2 parents acfb054 + f38b29c commit 89877fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Removed

- Removed Warning from trainer loop ([#1634](https://github.com/PyTorchLightning/pytorch-lightning/pull/1634))

### Fixed


Expand Down
3 changes: 0 additions & 3 deletions pytorch_lightning/trainer/training_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ def has_arg(self, *args):
"""Warning: this is just empty shell for code implemented in other class."""

def train(self):
rank_zero_warn('Displayed epoch numbers in the progress bar start from "1" until v0.6.x,'
' but will start from "0" in v0.8.0.', RuntimeWarning)

# get model
model = self.get_model()

Expand Down

0 comments on commit 89877fe

Please sign in to comment.