-
Hi, I have trained tinyyolo in tensorflow and converted to .onnx using tf2onnx.
I have trained grayscaled 3 channeled image having offset 32, normalization (0-1).
Tried the onnxruntime inference …
-
Running this ONNX file with the MIGraphX driver results in the following errors
```
terminate called after throwing an instance of 'migraphx::version_1::exception'
what(): /home/mev/source/AMDMI…
-
Conv2DTranspose is not supported. can someone help me to add this features ?
-
RuntimeError: [ONNXRuntimeError] : 10 : INVALID_GRAPH : Load model from new_yolo3_one_dimension.onnx failed:This is an invalid model. Type Error: Type 'tensor(float16)' of input parameter (Resize_scal…
-
The last line in below snippet returns this error.
```
import onnxruntime as rt
sess = rt.InferenceSession("pipeline_vectorize.onnx")
import numpy
inp, out = sess.get_inputs()[0], sess.get_outp…
-
Hi Daniel,
Thanks for sharing your toolbox. The following error is produced when doing a simple run.
/hsi-toolbox-master/DeepHyperXvis.py': [Errno 2] No such file or directory
I've also edite…
-
## I'm submitting a…
- I am opening this issue regarding conversion of a TensorFlow model to ONNX format, couldn't find any open issue here.
- The example defined in [this](https://docs.micro…
-
## I'm submitting a…
Sample app request
## Current behavior
```abort() has been called```
while running the network / layer with no input data. The layer is simply a reshape layer,…
-
## I'm submitting a…
Bug report (I searched for similar issues and did not find one)
## Current behavior
Importing an ONNX file doesn't generate the template code
## Expected b…
-
## I'm submitting a…
Feature Request
- Add the ability to process a folder full of images to WinMLRunner in a loop or through batching. This would possibly preload images into an in mem…