hpcaitech / FastFold

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

add seed_torch function #147

Closed double-vin closed 1 year ago

double-vin commented 1 year ago

By fixing random seeds, it is beneficial to reproduce the inference results of the model. You can use the seed_torch function to replace the random_seed variable.