IBM / fold2seq

Code for Fold2Seq paper from ICML 2021
Apache License 2.0
49 stars 8 forks source link

where is domain_dict_full.pkl? #5

Closed jkwang93 closed 2 years ago

jkwang93 commented 2 years ago

Good jobs. I try to run train.py, but can't find domain_dict_full.pkl. How can I get it? Thanks~

raiyan3 commented 2 years ago

Hi,

You'll have to construct the .pkl files running the fold_feat_gen.py script. The .pkl files are holding the residue information, later you'll need to run ss_dense_gen.py to create the feature files, these feature files (*.npy) will be used during training.

jkwang93 commented 2 years ago

thanks very much~