diff --git a/utils.py b/utils.py index 4c9b3f90c..c963f2a29 100644 --- a/utils.py +++ b/utils.py @@ -45,7 +45,7 @@ def init_params(net): _, term_width = os.popen('stty size', 'r').read().split() term_width = int(term_width) -TOTAL_BAR_LENGTH = 65. +TOTAL_BAR_LENGTH = 30. last_time = time.time() begin_time = last_time def progress_bar(current, total, msg=None):