Skip to content

Commit

Permalink
start working on loss part
Browse files Browse the repository at this point in the history
  • Loading branch information
dingquanyu committed Jun 27, 2023
1 parent 24e470b commit eeb035c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openfold/utils/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,8 @@ def forward(self,out,batch,_return_breakdown=False):
# 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.

0 comments on commit eeb035c

Please sign in to comment.