Skip to content

Commit

Permalink
Fix inference script again
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Jun 23, 2022
1 parent c22d011 commit 3654b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pretrained_openfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def main(args):
)

for model, model_version in load_models_from_command_line(args, config):
working_batch = deepcopy(batch)
working_batch = deepcopy(processed_feature_dict)
out = run_model(model, working_batch, tag, args)

# Toss out the recycling dimensions --- we don't need them anymore
Expand Down

0 comments on commit 3654b7f

Please sign in to comment.