Skip to content

Commit c1190fb

Browse files
committed
stub
1 parent 450205e commit c1190fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytorch_lightning/callbacks/progress.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ def enable(self):
142142
"""
143143
raise NotImplementedError
144144

145+
def print(self, *args):
146+
"""
147+
You should provide a way to print without breaking the progress bar.
148+
"""
149+
raise NotImplementedError
150+
145151
def on_init_end(self, trainer):
146152
self._trainer = trainer
147153

0 commit comments

Comments
 (0)