onnx-coreml Questions
3
I'm trying to run an ONNX model
import onnxruntime as ort
import onnxruntime.backend
model_path = "model.onnx"
#https://microsoft.github.io/onnxruntime/
ort_sess = ort.InferenceSession(m...
Fusion asked 20/10, 2020 at 19:23
1
I have a seq2seq model in PyTorch that I want to run with CoreML. When exporting the model to ONNX the input dimensions are fixed to the shape of the tensor used during export, and again with the c...
Willams asked 17/5, 2020 at 10:27
1
© 2022 - 2025 — McMap. All rights reserved.