in what cases must fp64 be used to train the model #1860
Unanswered
ipe-zhangyz
asked this question in
Q&A
Replies: 1 comment 6 replies
-
We benchmark FP64 and FP32 in our new paper. It looks like they give the same accuracy. |
Beta Was this translation helpful? Give feedback.
6 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.
-
It seems that the default precision of DeePMD-kit is double precision, or fp64 simply. However, in the SC20 Gordon Bell Prize paper the authors showed that for water system the test errors in energy and force are the same with fp32 and fp64. I want to know if there is any system that the fp64 is a must in terms of the accuracy of a model. Maybe it depends on the system that is studied and is hard to say, but I still wander if fp32 is accurate enough for most, for example 80% or 90% of cases?
Beta Was this translation helpful? Give feedback.
All reactions