We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1efa8 commit a029568Copy full SHA for a029568
tools/tensorflow_docs/modeling/__init__.py
@@ -36,4 +36,4 @@ def on_epoch_end(self, epoch, logs):
36
print()
37
38
if epoch % self.dot_every == 0:
39
- print('.', end='')
+ print('.', end='', flush=True)
0 commit comments