brucefan1983 / GPUMD

Graphics Processing Units Molecular Dynamics
https://gpumd.org/dev
GNU General Public License v3.0
466 stars 116 forks source link

NEP training time question #303

Closed MES-physics closed 1 year ago

MES-physics commented 1 year ago

Hi Professors, Can anyone give me an estimate of how nep training time scales with number of atoms and generations? And an example with absolute numbers? I appreciate your help.

brucefan1983 commented 1 year ago

In https://github.com/brucefan1983/GPUMD/tree/master/examples/nep_potentials/PbTe/train, there is an example on PbTe. It took 12 min using my Laptop with an RTX 2070 GPU to train 10,000 generations. The batchsize is 25 and each structure in the training data set has 250 atoms. Therefore, the number of atoms in one batch is N = 25 * 250 = 6250.

MES-physics commented 1 year ago

Thanks so much!