Browse Source

训练结束时加一空行,方便日志查看

node04 4 days ago
parent
commit
3465515871
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main_tr_0.py

+ 1 - 0
main_tr_0.py

@@ -138,6 +138,7 @@ def start_train():
         time.sleep(1)
 
     print(f"所有批次训练已完成")
+    print()
 
 if __name__ == "__main__":
     start_train()