-
TL;DR I already have ESM2 embeddings. Can you use ESM2 embeddings as input to ESM Fold structure prediction instead of sequence? In the sample code for using esmfold, a string of the amino acid sequence was used as input to predict the structure.
I looked into the code for
Since Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes sounds like you should absolutely monkeypatch that function to load up your embeddings. (will disable the masking_pattern option though to randomize the embeddings a bit). |
Beta Was this translation helpful? Give feedback.
Yes sounds like you should absolutely monkeypatch that function to load up your embeddings. (will disable the masking_pattern option though to randomize the embeddings a bit).
Just FYI the ESM forward pass is actually contributing significantely less to the overall compute than the folding trunk and structure module.