tbepler / protein-sequence-embedding-iclr2019

Source code for "Learning protein sequence embeddings using information from structure" - ICLR 2019
Other
253 stars 75 forks source link

How to use pretrained models to get the results. #15

Closed Rajratnpranesh closed 4 years ago

Rajratnpranesh commented 4 years ago

Hi! Thank you for open sourcing your work.

I am trying to generate the paper result. How exactly can I use the pretrained model to get the result? Thank You.

tbepler commented 4 years ago

Take a look at the various eval_XXX.py scripts to see how the pretrained model is used.

These other issues may also be helpful: #13, #1, #14

Rajratnpranesh commented 4 years ago

Thank you for your reply. I will look into it.