We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5616fa commit 22f24e1Copy full SHA for 22f24e1
alphafold3_pytorch/alphafold3.py
@@ -1677,7 +1677,7 @@ def forward(
1677
residual = noised_repr if self.add_residual else 0.
1678
1679
if not serial:
1680
- ff_out = ff_out + attn_out + residual
+ noised_repr = ff_out + attn_out + residual
1681
1682
# splice out registers
1683
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.2.59"
+version = "0.2.61"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments