"vscode:/vscode.git/clone" did not exist on "e9cb035ac72b1b3f88635242db5e773da66d93b8"
Commit 98d42cf7 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Update config reference in notebook

parent c6554a0b
......@@ -426,7 +426,7 @@
" feature_dict.update(_placeholder_template_feats(num_templates, num_res))\n",
"\n",
" cfg = config.model_config(model_name)\n",
" openfold_model = model.AlphaFold(cfg.model)\n",
" openfold_model = model.AlphaFold(cfg)\n",
" openfold_model = openfold_model.eval()\n",
" params_name = os.path.join(PARAMS_DIR, f\"params_{model_name}.npz\")\n",
" import_jax_weights_(openfold_model, params_name, version=model_name)\n",
......
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