Unverified Commit e1142cf3 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Fix typo in model.py

parent ca43b8dd
...@@ -316,7 +316,7 @@ class AlphaFold(nn.Module): ...@@ -316,7 +316,7 @@ class AlphaFold(nn.Module):
# [*, N, C_m] # [*, N, C_m]
m_1_prev = m[..., 0, :, :] m_1_prev = m[..., 0, :, :]
# [* N, N, C_z] # [*, N, N, C_z]
z_prev = z z_prev = z
# [*, N, 3] # [*, N, 3]
......
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