Commit 35482d3b authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix config default

parent 3654b7f3
...@@ -264,7 +264,7 @@ config = mlc.ConfigDict( ...@@ -264,7 +264,7 @@ config = mlc.ConfigDict(
"fixed_size": True, "fixed_size": True,
"subsample_templates": False, # We want top templates. "subsample_templates": False, # We want top templates.
"masked_msa_replace_fraction": 0.15, "masked_msa_replace_fraction": 0.15,
"max_msa_clusters": 128, "max_msa_clusters": 512,
"max_extra_msa": 1024, "max_extra_msa": 1024,
"max_template_hits": 4, "max_template_hits": 4,
"max_templates": 4, "max_templates": 4,
......
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