윤영준 윤영준 2023-07-03
logger typo fix
@2ca0f958715d9ffcfc2bae508fcb8f36c386847e
tools/logger.py
--- tools/logger.py
+++ tools/logger.py
@@ -51,8 +51,8 @@
         sys.stdout.write(
             f"epoch : {current_epoch}/{total_epoch}\n"
             f"batch : {current_batch}/{total_batch}\n"
-            f"estimated time remaining : {remaining_time}"
-            f"{terminal_logging_string}"
+            f"estimated time remaining : {remaining_time}\n"
+            f"{terminal_logging_string}\n"
         )
 
     def print_training_history(self):
Add a comment
List