Closed lhatsk closed 2 years ago
Hi,
I am trying to get model_5_multimer_v2 working, changing the multimer_af2 config accordingly. I thought it just requires disabling templating:
c.model.template.enabled = False c.model.template.embed_angles = False recursive_set(c, "use_templates", False) recursive_set(c, "use_template_torsion_angles", False)
I run into the following issue:
alphafold/alphafold_iteration/evoformer/pair_activiations//weights is not a file in the archive
Any idea how to resolve it? I thought the multimer configs are identical except for templating.
Thanks in advance!
is_multimer wasn't set correctly in import_jaxweights for my new model.
Hi,
I am trying to get model_5_multimer_v2 working, changing the multimer_af2 config accordingly. I thought it just requires disabling templating:
I run into the following issue:
alphafold/alphafold_iteration/evoformer/pair_activiations//weights is not a file in the archive
Any idea how to resolve it? I thought the multimer configs are identical except for templating.
Thanks in advance!