Influence of setting 'scaling' hyperparameter to 'no_scaling' #1235
Ruoyan0103
started this conversation in
General
Replies: 1 comment 2 replies
|
Hey @Ruoyan0103, the only effect of no_scaling is to not multiply the forces and energies by a scalar number that usually helps the training dynamics. It is fine to not use scaling, especially if you have very big forces range like in your radiation damage. Note that mace supports also ZBL pair repulsion which might help you for your research: |
2 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.
Hi,
I am currently investigating radiation damage using MACE. I observed that setting
no_scalingimproves the accuracy of predicted dimer energies at extremely short distances compared to not setting this parameter. My training dataset also includes forces. After reviewing previous discussions, it seems thatno_scalingis typically not used. I would like to ask whether setting this parameter might have additional effects that I should be aware of.Thanks.
All reactions