lucidrains / alphafold2

To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the sidechainnet pkg updates, the load function doesnot has parameter return_masks and the format of casp12 data from scn has changed, which is not compatible with train_end2end.py

ditannan opened this issue · comments

return_masks = True

Noted.train_end2end.py doesn't work either way since a few modifications have been made to the main Alphafold2 class. will be adapting the code in the next days.