Skip to content

Commit 190864a

Browse files
Copilotnjzjz
andcommitted
fix(tf): remove redundant logging in change_bias
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent 697e3b0 commit 190864a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deepmd/tf/entrypoints/change_bias.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,6 @@ def _apply_data_based_bias(
370370
ntest=1,
371371
)
372372

373-
log.info(
374-
f"Changing bias from {current_bias.flatten()} to {new_bias.flatten()}"
375-
)
376-
377373
# Update the bias in the session
378374
if len(new_bias.shape) == 1:
379375
# 1D tensor, keep bias as 1D

0 commit comments

Comments
 (0)