Difference between deepmd transfer learning and fine-tuning #2919
rajnichahal
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @rajnichahal , in this context, the concept of transfer learning is included within finetuning, where finetuning has a broader functionality and wider applicability:
In summary, the functionality of finetuning includes that of transfer learning. Transfer learning is only applicable when your datasets before and after are almost identical and you just want to change the functional. In other scenarios, it is recommended to use finetuning. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder how deepmd transfer learning is different from the fine-tuning option.
Upon reading the documentation for transfer learning, it says that "the parameters of the whole embedding net and the hidden layers of the fitting net can be fixed, and only the parameters of the output layer of the fitting net are trainable". My understanding is that it is the case with fine-tuning as well.
For deepmd, both options are taking a pretrained model and are updating the PES based on a new smaller dataset. So, which one should I go with?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions