can we assign a weight matrix to polarizability during training? #3472
kechangming
started this conversation in
General
Replies: 1 comment 1 reply
-
Your are recommended to switch on the shift_diag option, which compute the average value (diag_shift) of the diagonal part from training data, fit the model with the trace free polar, then add the model output with the diag_shift. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we modify loss/tensor.py to assign different weights to polar components during training? in our system, there is a two-order magnitude difference between the polarizability diagonal elements and off-diagonal elements, and the off-diagonal elements hold greater significance for our system. Hence, we need to increase the weight of the off-diagonal part during training.
Beta Was this translation helpful? Give feedback.
All reactions