Include more frames when training dp potential model? #1912
-
Hi, I am using deepmd version 2.1.3. I have a question when training the dp model. Is it possible to include more frames during the training process, or for example, continue training based on a new dataset with more frames/snapshots while using an existing dp model? Or is there an easier way to add more frames into the dataset during the training process? Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You may use Here is an example, please note that the start learning rate is set to 0.0001 and the possibility of using the new data systems is 30%
|
Beta Was this translation helpful? Give feedback.
You may use
--init-model
with thedp train
command to training a new model from the model parameters of an old model. Not that you may reducing the learning rate so the information stored in the old model would not been forgotten, while increase the relative possibility of visiting the new data systems (by default the possibility is in proportional to the size of the data systems.)Here is an example, please note that the start learning rate is set to 0.0001 and the possibility of using the new data systems is 30%