-
Greetings! I am Marco Bertani, from University of Modena (Italy). I am trying to finetune the mace_agnesi_medium.model using the multihead approach. I appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, the pt_head corresponds to the head for the pretraining replay set. This head is there to ensure that the model does not forget too much during finetuning. The default head is the head that is used for your own training set. |
Beta Was this translation helpful? Give feedback.
Hey, the pt_head corresponds to the head for the pretraining replay set. This head is there to ensure that the model does not forget too much during finetuning. The default head is the head that is used for your own training set.
When you do MD you do not have to pick a head, it will automatically use the one from your data.
If you want to select another head, you can do atoms.info["head"] = "pt_head", but I advise you not to do that.