uci-cbcl / UFold

MIT License
58 stars 26 forks source link

model for prediction #8

Open mtinti opened 2 years ago

mtinti commented 2 years ago

Hi, the ufold_predict.py file is looking for a model (/unet_train_on_merge_alldata_98.pt) that is not present in the google drive folder, can you please add it?

cheers Michele

sperfu commented 2 years ago

Hi,

Sorry for the inconvenience, we have rename that model file in the code to ufold_train_alldata.pt, which is included in the google drive. Please check it out.

Thanks

mtinti commented 2 years ago

Thanks, it's working! Just wanted to let you know that I also had to remove this line: config.test = munch.Munch(config.test) from config.py

cheers Michele