Skip to content

Commit

Permalink
cyclic
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbryant1 committed Apr 23, 2024
1 parent 2687c15 commit d32dc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mc_design_colab.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ def main(receptor_fasta_path, fasta_name, receptor_if_residues, receptor_CAs, re
model_config.data.eval.num_ensemble = num_ensemble
model_config.data.common.num_recycle = max_recycles
model_config.model.num_recycle = max_recycles
model_config.model.embeddings_and_evoformer.cyclic_offset=None
model_params = data.get_model_haiku_params(
model_name=model_name, data_dir=datadir)
model_runner = model.RunModel(model_config, model_params)
Expand Down

0 comments on commit d32dc68

Please sign in to comment.