Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
CaRoLZhangxy committed Mar 8, 2024
1 parent d9608a3 commit 4b3a7c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deepmd/pt/optimizer/LKF.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def __split_weights(self, weight):

def __update(self, H, error, weights):
P = self._state.get("P")
# for item in P:
# print(self.rank," size ",item.shape)
kalman_lambda = self._state.get("kalman_lambda")
weights_num = self._state.get("weights_num")
params_packed_index = self._state.get("params_packed_index")
Expand Down

0 comments on commit 4b3a7c6

Please sign in to comment.