How to use scaling factor when training a model? #2553
Unanswered
Qianruipku
asked this question in
Q&A
Replies: 1 comment
-
It is not supported in the deepmd-kit, you need some hack of the source code. You are welcome to contribute it in the package. @AnguseZhang FYI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In ref https://pubs.aip.org/aip/pop/article/27/12/122704/108206/Warm-dense-matter-simulation-via-electron, scaling factor is introduced to treate temperatures that span several orders of magnitude.

The loss function is weighted by this factor:
I wonder if there is a frame parameter that exists both in the fitting net and in the defination of loss function (or any parameter only controls the weight of the loss function) and how to use it when training a DP model and running Lammps.

(Currently, to my understanding, the fparam parameter only exists in the fitting network?)
Beta Was this translation helpful? Give feedback.
All reactions