Graylab / IgFold

Fast, accurate antibody structure prediction from deep learning on massive set of natural antibodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

huishao007 opened this issue · comments

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

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

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)

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

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