transfer learning with DeePMD #2160
Answered
by
njzjz
plumbum082
asked this question in
Q&A
-
Hi~ I see here DP-GEN can do transfer learning using comand "simplify", however, I did not see similar comands in DeePMD. Now I have had a trained DeePMD model and I want to do transfer learning with another dataset using DeePMD based on this model, I would like to know how could I implement transfer learning with DeePMD. @njzjz Could you please help me? I will be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Dec 5, 2022
Replies: 1 comment 1 reply
-
To train a model based on an existing model, use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
plumbum082
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To train a model based on an existing model, use
dp train -f some_model.pb
. See the documentation fordp train
.