hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
556 stars 84 forks source link

save the features.pkl file of the monomer #184

Open double-vin opened 7 months ago

double-vin commented 7 months ago

When using --use_precomputed_alignments, there is no need to use the pdb_mmcif dataset for template featurizer. Next time for inference, we can directly use the model file and the saved file, without the need for the dataset.