Skip to content

Commit b3c2b73

Browse files
authored
Update alphafold3.py (#183)
1 parent c7766ae commit b3c2b73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5703,9 +5703,6 @@ def forward(
57035703
atom_pos_given = exists(atom_pos)
57045704

57055705
confidence_head_labels = (atom_indices_for_frame, resolved_labels)
5706-
all_labels = (distance_labels, *confidence_head_labels)
5707-
5708-
has_labels = any([*map(exists, all_labels)])
57095706

57105707
can_return_loss = (
57115708
atom_pos_given or

0 commit comments

Comments
 (0)