"git@developer.sourcefind.cn:OpenDAS/openfold.git" did not exist on "a7274ef0ae18cbfd4a999278bac407463e3e0bfc"
Unverified Commit b8b5be86 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Remove submodule scripting from inference script

parent 71057ac7
...@@ -49,7 +49,7 @@ def main(args): ...@@ -49,7 +49,7 @@ def main(args):
model = AlphaFold(config) model = AlphaFold(config)
model = model.eval() model = model.eval()
import_jax_weights_(model, args.param_path) import_jax_weights_(model, args.param_path)
script_preset_(model) #script_preset_(model)
model = model.to(args.model_device) model = model.to(args.model_device)
template_featurizer = templates.TemplateHitFeaturizer( template_featurizer = templates.TemplateHitFeaturizer(
......
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