Question about finetuning #299
-
Hello everyone, I wanted to try casanovo and finetune a model with my data. In the docs I found this part "It is unfortunately not possible to finetune a pre-trained Casanovo model to add new types of PTMs. Instead, such a model must be trained from scratch", but in the tutorial notebook, I found this part: "You can also fine-tune a previously trained model with your own data, specify the starting model weights using --model and set train_from_scratch: False in the config file". Am I right that is in general possible to use a pretrained model and finetune, but just not when including new PTMs ? Thanks for your time and help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, that is correct. You can fine-tune the model, but you can't change the alphabet during the fine tuning stage. |
Beta Was this translation helpful? Give feedback.
Yes, that is correct. You can fine-tune the model, but you can't change the alphabet during the fine tuning stage.