Skip to content

Commit

Permalink
Setting default strategy for symm MSA generation to diag
Browse files Browse the repository at this point in the history
  • Loading branch information
fdimaio committed Jun 8, 2023
1 parent 815fa13 commit 703d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def load_model(self, model_weights):
def predict(
self, inputs, out_prefix, symm="C1", ffdb=None,
n_recycles=4, n_models=1, subcrop=-1, nseqs=256, nseqs_full=2048,
n_templ=4, msa_mask=0.0, is_training=False, msa_concat_mode="default"
n_templ=4, msa_mask=0.0, is_training=False, msa_concat_mode="diag"
):
self.xyz_converter = self.xyz_converter.cpu()

Expand Down

0 comments on commit 703d56e

Please sign in to comment.