Skip to content

Commit 7960e62

Browse files
authored
rollout pos should be named denoised_atom_pos (#27)
1 parent c2c1eb7 commit 7960e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@ def forward(
33233323

33243324
# rollout
33253325

3326-
pred_atom_pos = self.edm.sample(
3326+
denoised_atom_pos = self.edm.sample(
33273327
num_sample_steps = num_rollout_steps,
33283328
atom_feats = atom_feats,
33293329
atompair_feats = atompair_feats,

0 commit comments

Comments
 (0)