-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for training #17
Comments
Hi, You should be able to train it using train_openfold.py. It's set up to do fine-tuning by initialising the network with the original weights: https://github.com/lhatsk/AlphaLink/blob/main/train_openfold.py#L135 |
Thank you for reply my issue. By the way, than how to set the initial dataset? In the paper, you said that 'fine the network on 13,000 proteins from the trRosetta38 training set with simulated photo-AA crosslinking data.'. And I already downloaded the trRosetta training set, but it consisted with 15,000 proteins which didn't match 13,000. Furthermore, how can I preprocess it with AA-crosslinking data? Additionally, I want to ask how to consist of the data with crop size! |
I don't quite remember why I didn't take the full set. There are two possibilities that come to mind: I think I originally had a train/ validation split on the trRosetta training data from a previous project and only used the training split. Another possibility is that I didn't have crosslinks for all the targets. Just take as much as you can. You would need to simulate the photoAA crosslinking data. I did it on the fly during training.
|
thank you for explaining for my question. Additionally, I have some more questions.
|
I didn't alter the cropping strategy. It's a random crop of size 384AA. |
Hello, thank you for great research.
I already install alphalink in my workspace following by openfold page.
Actually, I want to try to train the model like in your paper.
So could you provide any training script which I follow?
In the paper, you guys trained the model with fine-tuning method.
And I want to follow up your script.
So if there are any scripts to follow, please provide to us.
Thank you for reading.
The text was updated successfully, but these errors were encountered: