You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_posts/tutorial1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ B --> C[Freeze the model]
20
20
21
21
What? Only three steps?
22
22
Yes, it's that simple.
23
-
Preparing data is converting the computational results of DFT to data that can be recongized by the DeePMD-kit.
23
+
Preparing data is converting the computational results of DFT to data that can be recognized by the DeePMD-kit.
24
24
Training is train a Deep Potential model using the DeePMD-kit with data prepared in the previous step.
25
25
Finally, what we need to do is to freeze the restart file in the training process into a model, in other words is to extract the neural network parameters into a file for subsequent use.
26
26
I believe you can't wait to get started. Let's go!
0 commit comments