Skip to content

Commit bb0655c

Browse files
committed
no longer print all results at the end of training
Signed-off-by: Zhiyuan Chen <this@zyc.ai>
1 parent 52692e8 commit bb0655c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

danling/runner/base_runner.py

-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,6 @@ def print_result(self) -> None:
765765
Print latest and best result.
766766
"""
767767

768-
print(f"results: {self.results}")
769768
print(f"latest result: {self.latest_result}")
770769
print(f"best result: {self.best_result}")
771770

0 commit comments

Comments
 (0)