Skip to content

Commit

Permalink
strand pair
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Jan 17, 2024
1 parent fc7e0c6 commit 1c67077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/snps.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def score_snps(params_file, model_file, vcf_file, worker_index, options):

# load model
if options.tensorrt:
seqnn_model.ensemble = OptimizedModel(model_file, params_model["strand_pair"])
seqnn_model.ensemble = OptimizedModel(model_file, seqnn_model.strand_pair)
input_shape = tuple(seqnn_model.model.loaded_model_fn.inputs[0].shape.as_list())
else:
seqnn_model.restore(model_file)
Expand Down

0 comments on commit 1c67077

Please sign in to comment.