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 483257e commit e9d4f9eCopy full SHA for e9d4f9e
alphafold3_pytorch/trainer.py
@@ -25,11 +25,11 @@
25
class Alphafold3Input(TypedDict):
26
atom_inputs: Float['m dai']
27
residue_atom_lens: Int['n 2']
28
- atompair_inputs: Float['m m dap']
+ atompair_inputs: Float['m m dapi'] | Float['nw w (w*3) dapi']
29
additional_residue_feats: Float['n 10']
30
templates: Float['t n n dt']
31
- template_mask: Bool['t'] | None
32
msa: Float['s n dm']
+ template_mask: Bool['t'] | None
33
msa_mask: Bool['s'] | None
34
atom_pos: Float['m 3'] | None
35
residue_atom_indices: Int['n'] | None
0 commit comments