lucidrains / alphafold2

To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released
MIT License
1.54k stars 256 forks source link

How to adjust the recycling times in model? #109

Open Syaoran036 opened 1 year ago

Syaoran036 commented 1 year ago

I just found the function of "add recyclables"(line 728 in alphafold.py), but how to adjust the recycling times during the forward function?