-
### Describe the issue
ORT executing the fp16 model
```
<
ir_version: 3,
opset_import: ["" : 1]
>
node_graph (float16[2,3] input0) => (float16[2,3] output0) {
output0 = RandomNorm…
-
```
(pytorch) root@DESKTOP-RDS3VMA:~/work/gemma2# python3 builder.py -m google/gemma-2-27b-it -o ~/work/gemma2/gemma2onnx -p fp16 -e cuda -c ~/work/gemma2/temp
Valid precision + execution provider c…
-
Hi. I was trying to build ONNX using [https://github.com/onnx/onnx#windows](https://github.com/onnx/onnx#windows) instructions.
[https://groups.google.com/g/protobuf/c/GLFWU3ZkvOM](https://groups…
-
### Describe the issue
Attempting to load a ResNet model via `ort.TrainingSession` using `onnxruntime-web/training` leads to the following cryptic error:
```
Uncaught 51885088
```
### T…
-
I am building and training a convolutional autoencoder in tf.keras, and converting the two halves of the networks (the encoder and the decoder) separately first to ONNX (via keras2onnx) and then to a …
-
I am attempting to build a docker container that uses the image: nvcr.io/nvidia/l4t-tensorrt:r8.6.2-devel on a Jetson Orin
At the same time, I am trying to install onnxruntime-gpu using the followi…
-
Hi all,
I've trained my own ctdet_dla_34 model, with 10 objects to detect. The training was success and torch inference was fine.
I followed the instruction in this repo to generate onnx model. …
-
**Describe the bug**
I cannot convert a simple dense network from PyTorch to Tensorflow through ONNX.
>ValueError: Dimensions must be equal, but are 1 and 7 for '{{node onnx_tf_prefix_If_4/MatMu…
-
### Describe the feature request
As per https://huggingface.co/microsoft/Florence-2-large-ft/discussions/7, it seems like the model type is not yet supported by the converter:
> Can we get an Onnx…
-
Hi onnx-mlir folks! I'm interested in learning more about what might make ResNet run inference faster. I'm currently doing some numerical analysis and the runtime is starting to become a problem for…