Graylab / IgFold

Fast, accurate antibody structure prediction from deep learning on massive set of natural antibodies
Other
319 stars 60 forks source link

I can't get the weight of the model, and after deploying the model according to the process provided by the author, the test demo can't run through #48

Open huishao007 opened 1 year ago

huishao007 commented 1 year ago

Hello author, I installed IgFold according to the installation process you provided. After the successful installation, I couldn’t run the test case. I checked the code and found that it was because the model weight could not be loaded. I hope you can provide me with the method of obtaining the weight, very grateful! image image

ZheJiangLabCode commented 1 year ago

@huishao007 could you save this problems. I also face with it.

lfelipesv commented 10 months ago

In my case, the last version that I could make it work was 'pip install igfold==0.3.0' using a conda environment with Python 3.8! (the model is downloaded automatically with the version 0.3.0)

yshen25 commented 7 months ago

I just tested the 0.4.0 from pypi, it works. Installing from git repo will have the same problem

Sylvia312 commented 6 months ago

Have you solved this problem? Could you please tell me how to solve it?