Closed WinkelsK closed 3 years ago
What modifications do you have?
I have dimethylated my sample. Furthermore I want to train the model for N-terminal acetylation.
You don’t need to set -l and -p anymore using the latest version of AutoRT. The general base model can support up to 5 modifications and the max length of peptides is 60. You just need to use 2 to encode dimethylated lysine and 3 to encode nterm acetylation. We already used 1 to encode the oxidation of M in the general base model. You can still use the example transfer learning script for training.
I forgot to update the example command-line for training model from scratch. We don't have parameters -l and -m in the latest version of AutoRT.
By using the transfer learning script I got everything to work. Thanks!
Great. Please let me know if you can not get satisfied prediction performance using AutoRT. I can help to improve in case the prediction performance is not good in your data.
Hello again :) The transfer learing example is now running. But as I have other modifications in my dataset I need to train from scratch. Whenn running the "from scartch" example it gives me the following error. Apparently "-p" and "-l" are not defined..