Skip to content

Commit 96c8e18

Browse files
committed
add <!--more--> tag to tutorial 1
1 parent ccf0208 commit 96c8e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/tutorial1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A[Prepare data] --> B[Training]
1616
B --> C[Freeze the model]
1717
{% endmermaid %}
1818

19-
What? Only three steps? Yes, it's that simple. Preparing data is converting the computational results of DFT to data that can be recognized by the DeePMD-kit. Training is train a Deep Potential model using the DeePMD-kit with data prepared in the previous step. 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. I believe you can't wait to get started. Let's go!
19+
What? Only three steps? Yes, it's that simple.<!--more--> Preparing data is converting the computational results of DFT to data that can be recognized by the DeePMD-kit. Training is train a Deep Potential model using the DeePMD-kit with data prepared in the previous step. 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. I believe you can't wait to get started. Let's go!
2020

2121
The data format of the DeePMD-kit is introduced in the [official document](https://deepmd.readthedocs.io/) but seems complex. Don't worry, I'd like to introduce a data processing tool: dpdata! You can use only one line Python scripts to process data. So easy!
2222

0 commit comments

Comments
 (0)