Closed maxshen29 closed 1 year ago
Hello, the pretrained checkpoints can be downloaded directly from here: https://data.graylab.jhu.edu/IgFold.tar.gz
. After unzipping, the checkpoint paths can be provided directly to IgFoldRunner
like this:
model_ckpts = ["/path/to/model1.ckpt", "/path/to/model2.ckpt", ...]
igfold = IgFoldRunner(model_ckpts= model_ckpts)
thanks for your help
i try to run igfold , there is no response at this step:
Downloading checkpoint files...
Is there anywhere else to download the pre-trained weights?