uw-ipd / RoseTTAFold2NA

RoseTTAFold2 protein/nucleic acid complex prediction
MIT License
310 stars 69 forks source link

ERROR: failed to load model #49

Open GoldEagle93 opened 1 year ago

GoldEagle93 commented 1 year ago

Hello. I was trying to fold a ssDNA and I get the above error.

Running HHblits Running PSIPRED Running hhsearch Running RoseTTAFold2NA to predict structures Running on GPU ERROR: failed to load model Done

Any advice is appreciated.

i-l-sokolov commented 1 year ago

Hello, GoldEagle93!

I am not part of the development team. But maybe it would be useful to share my thoughts while you wait for an official response. The fact that your error message just says "failed to load" without any PyTorch-specific errors leads me to think that the problem may be a missing file. Could you please confirm if you have the latest version installed run_RF2NA.sh a file that includes the following on line 130:

----model $PIPEDIR/network/weights/RF2NA_apr 23.pt \

Also, could you please check that RF2NA_apr 23.pt the file exists in your network/weight folder.

If my assumptions are wrong, then it's best to wait for further instructions from the developers. However, I think this check may be useful.

Best

fdimaio commented 1 year ago

Hello,

This is correct. the network/weights/ folder needs to contain a file "RF2NA_apr 23.pt"

GoldEagle93 commented 1 year ago

I do have that file in the weights folder. The rest of my installation is from the early days though.