-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limit progress bar update rate (#2860)
* limit progress bar update rate Limit progress bar update rate in verbose=1 mode. This patch allows to reduce terminal I/O throughput while keeping reasonable high visual update rate (defaults to 100 refreshes per second). It helps greatly when working with large but simple data sets with small batches, which leads to millions of relatively useless screen updates per second. Also it helps to keep network traffic at reasonable rates, which exceptionally useful within laggy networking conditions when using keras over telnet/ssh, and improve web browser responsibility when using keras within Jupyter Notebook. * add docstrings for 'interval' and 'force' arguments
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters