"...trtllm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "ee4ef06bac4ee3f6bed53a3b77cb95c5ba5d824e"
Commit eeb035c2 authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

start working on loss part

parent 24e470be
......@@ -2083,6 +2083,8 @@ class AlphaFoldMultimerLoss(AlphaFoldLoss):
# then permutate ground truth chains before calculating the loss
permutated_labels = self.multi_chain_perm_align(out,features,labels)
logger.info("finished multi-chain permutation")
# features.update(permutated_labels)
# self.loss(out,features)
return permutated_labels
## TODO next need to check how the ground truth label is used
# in loss calculation.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment