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 729705e commit 8809c21Copy full SHA for 8809c21
inst/python/kerastools/progbar.py
@@ -16,7 +16,7 @@ def apply_patch():
16
# save existing version of update for delegation
17
update = Progbar.update
18
19
- def update_with_patch(self, current, values=None, force=False):
+ def update_with_patch(self, current, values=None, force=False, finalize=None):
20
# force dynamic display
21
self._dynamic_display = True
22
# delegate
0 commit comments