
--- tools/logger.py
+++ tools/logger.py
... | ... | @@ -51,8 +51,8 @@ |
51 | 51 |
sys.stdout.write( |
52 | 52 |
f"epoch : {current_epoch}/{total_epoch}\n" |
53 | 53 |
f"batch : {current_batch}/{total_batch}\n" |
54 |
- f"estimated time remaining : {remaining_time}" |
|
55 |
- f"{terminal_logging_string}" |
|
54 |
+ f"estimated time remaining : {remaining_time}\n" |
|
55 |
+ f"{terminal_logging_string}\n" |
|
56 | 56 |
) |
57 | 57 |
|
58 | 58 |
def print_training_history(self): |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?