-
Notifications
You must be signed in to change notification settings - Fork 21
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
fine tuning peptide-MHC full model #8
Comments
Hi there,
That looks like the production command line to me. For our parameter set, we stopped training after 2 epochs (2 times through all the training examples). Let me know if you run into any trouble.
Take care,
Phil
…________________________________
From: croshong ***@***.***>
Sent: Tuesday, July 25, 2023 5:33 PM
To: phbradley/alphafold_finetune ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [phbradley/alphafold_finetune] fine tuning peptide-MHC full model (Issue #8)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hi
I'm now trying to reproduce the fine tuning model for peptide MHC model
Ithe example in readme shows the following script command line
for fine tuning peptide-MHC full model
python run_finetuning.py
--data_dir $ALPHAFOLD_DATA_DIR
--binder_intercepts 0.80367635 --binder_intercepts 0.43373787
--freeze_binder
--train_dataset datasets_alphafold_finetune/pmhc_finetune/combo_1and2_train.tsv
--valid_dataset datasets_alphafold_finetune/pmhc_finetune/combo_1and2_valid.tsv
I'm wondering whether the above example is just the example which shows the script usage or I can use the
model from above script for real production purpose
It the above command line is just example, what kind of parameter should I change for real production purpose ?
Thanks
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/phbradley/alphafold_finetune/issues/8__;!!GuAItXPztq0!mLiP76pj90ZTXwxE_CbTFpYEYDy94M8PR8c1KzPXXZUXKcDgzvcxNiqW-UcPrMd6xH0T6Cjz6m8WTBYrLRpvWFvT$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABBNCH6R57DQDCRGSAONG3TXSBQWFANCNFSM6AAAAAA2X2BLAI__;!!GuAItXPztq0!mLiP76pj90ZTXwxE_CbTFpYEYDy94M8PR8c1KzPXXZUXKcDgzvcxNiqW-UcPrMd6xH0T6Cjz6m8WTBYrLQ7Kv1kp$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thanks for your reply I have successfully setup your code and alphafold library, several other library from deepmind I'm now running above finetunning command, but it seems to take really very long time, more than several days I started running 5 days ago, but it's till runnning in my server My server has a GTX1080 GPU card which has a gpu computing capability around 6 what kind of gpu and server you are using for finetuing? and Can you share the finetuning model generated with above command which is used for PNAS publication? Thanks |
Hi there,
Can you tell how far the command has gotten, for example by looking at some of the log messages? It will run for 10 epochs by default, but we took the model after only 2 epochs.
As we noted on the README, the fine-tuned parameters are included in this download:
https://files.ipd.uw.edu/pub/alphafold_finetune_motmaen_pnas_2023/datasets_alphafold_finetune_v2_2023-02-20.tgz
Let me know if you run into any trouble.
Take care,
Phil
…________________________________
From: croshong ***@***.***>
Sent: Sunday, July 30, 2023 12:36 AM
To: phbradley/alphafold_finetune ***@***.***>
Cc: Bradley PhD, Phil ***@***.***>; Comment ***@***.***>
Subject: Re: [phbradley/alphafold_finetune] fine tuning peptide-MHC full model (Issue #8)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Thanks for your reply
I have successfully setup your code and alphafold library, several other library from deepmind
I'm now running above finetunning command, but it seems to take really very long time, more than several days
I started running 5 days ago, but it's till runnning in my server
My server has a GTX1080 GPU card which has a gpu computing capability around 6
what kind of gpu and server you are using for finetuing?
and Can you share the finetuning model generated with above command
which is used for PNAS publication?
Thanks
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/phbradley/alphafold_finetune/issues/8*issuecomment-1657067760__;Iw!!GuAItXPztq0!j9kIaMKXhizuYL3mXCyNOfcOPozi7NOqVNYcGBf5siuyNWruEG8aEeVXsGQlZvaX7m2eC26VU2l3IlU48-sKm7xA$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABBNCH777VONFMAIYB4I5O3XSYFIBANCNFSM6AAAAAA2X2BLAI__;!!GuAItXPztq0!j9kIaMKXhizuYL3mXCyNOfcOPozi7NOqVNYcGBf5siuyNWruEG8aEeVXsGQlZvaX7m2eC26VU2l3IlU489mTyxV1$>.
You are receiving this because you commented.Message ID: ***@***.***>
|
attached files are log file for finetuning which is still currently running. it's still in training epoch 0 and I could find the finetuned parameter as you mentioned. but for the model_2_ptm, should I find it in the original alphafold package ? |
I think model_2_ptm means the file in params/parmas_model2_2_ptm.npz |
I could run the prediction with finetuning paramter with following command line and I got the |
Hi
I'm now trying to reproduce the fine tuning model for peptide MHC model
Ithe example in readme shows the following script command line
for fine tuning peptide-MHC full model
python run_finetuning.py
--data_dir $ALPHAFOLD_DATA_DIR
--binder_intercepts 0.80367635 --binder_intercepts 0.43373787
--freeze_binder
--train_dataset datasets_alphafold_finetune/pmhc_finetune/combo_1and2_train.tsv
--valid_dataset datasets_alphafold_finetune/pmhc_finetune/combo_1and2_valid.tsv
I'm wondering whether the above example is just the example which shows the script usage or I can use the
model from above script for real production purpose
It the above command line is just example, what kind of parameter should I change for real production purpose ?
Thanks
The text was updated successfully, but these errors were encountered: