Remove warning

This commit is contained in:
Justus Schock
2020-04-27 11:41:03 +02:00
committed by GitHub
parent acfb054103
commit f91b131ba2
@@ -299,9 +299,6 @@ class TrainerTrainLoopMixin(ABC):
"""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()