Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BreezeWhite committed Nov 16, 2024
1 parent 76894b4 commit 85c5938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oemer/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def inference(
output_shape = model.output_shape
else:
import onnxruntime as rt
import torch

onnx_path = os.path.join(model_path, "model.onnx")
metadata = pickle.load(open(os.path.join(model_path, "metadata.pkl"), "rb"))
Expand Down

0 comments on commit 85c5938

Please sign in to comment.