We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2c8a1 commit 15ea1c0Copy full SHA for 15ea1c0
1 file changed
deepmd/pt/train/training.py
@@ -948,7 +948,6 @@ def log_loss_valid(_task_key="Default"):
948
self.timed_steps += min(
949
self.disp_freq, _step_id - self.start_step
950
)
951
- print(f"{self.timed_steps=}")
952
953
if fout:
954
if self.lcurve_should_print_header:
0 commit comments