Skip to content

Commit 85679d6

Browse files
committed
Update config.py
1 parent 2074de3 commit 85679d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colabdesign/af/alphafold/model/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ def model_config(name: str) -> ml_collections.ConfigDict:
143143
'prev_pos': [NUM_RES, None, None],
144144
'prev_pair': [NUM_RES, NUM_RES, None],
145145
'prev_msa_first_row': [NUM_RES, None],
146-
'rm_template_seq': [NUM_RES, None],
147-
'rm_template_sc': [NUM_RES, None]
146+
'rm_template_seq': [NUM_RES],
147+
'rm_template_sc': [NUM_RES]
148148
},
149149
},
150150
},

0 commit comments

Comments
 (0)