|
I'm interested in the unsupervised contact prediction paper and analysis. e.g. the example notebook here: (IT's unclear if the method loads a pretrained/fine-tuned model. i.e supervised contact prediction). |
Replies: 2 comments 2 replies
|
The contact prediction comes from a sparse linear combination of the attention heads is used to directly predict protein contacts. sparse logistic regression trained on 20 protein structures. Thanks for calling this out, we will update the README / notebook to clarify this more. |
|
Is there any example code how to finetune the Contact Head module or the Logistic Regression? Thanks a lot! |
The contact prediction comes from a sparse linear combination of the attention heads is used to directly predict protein contacts. sparse logistic regression trained on 20 protein structures.
See Rao et al. 2020 https://openreview.net/forum?id=fylclEqgvgd
This corresponds to the table here: https://github.com/facebookresearch/esm#unsupervised-structure-prediction
Thanks for calling this out, we will update the README / notebook to clarify this more.