ddong

Results 2 comments of ddong

> There are many assertion checks in the codebase, can you be more specific about exactly what error you are seeing? I am using command line like :python bin/pdb_to_residue_proteinmpnn.py sampled_pdb。...

Hello, I have read the code carefully. I find the model generating the dense feature map in xfeat.py ``` M1, K1, H1 = self.net(x) ``` where self.net(x) is an instantiation...