-
Updated
May 1, 2021 - JavaScript
onnx
Here are 329 public repositories matching this topic...
-
Updated
May 1, 2021 - C++
-
Updated
May 1, 2021 - Python
-
Updated
Apr 27, 2021 - Python
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 1, 2021 - Python
Describe the bug
when axis has duplicate value , onnxruntime compute result is all same value ,which is different with expect of tensorflow
Urgency
2020.11.18
System information
Linux Ubuntu 16.04
- ONNX Runtime installed from binary
- ONNX Runtime version:1.4.0
- Python version:3.5
Expected behavior
When there are duplicate values, the duplicate can be removed. j
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Apr 28, 2021 - Jupyter Notebook
-
Updated
Apr 29, 2021 - Python
-
Updated
May 1, 2021 - C
🐞 Describe the bug
Converting Frontend cannot be 100% converted when pytorch model is converted to MLmodel. I get a warning
Trace
`TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other
-
Updated
Apr 26, 2021 - Python
-
Updated
Jan 15, 2021 - Python
-
Updated
Oct 15, 2020 - C++
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Mar 25, 2021 - Jupyter Notebook
-
Updated
May 1, 2021 - Rust
I am trying to convert a custom pytorch model to tensorflow, I am abe to convert pytorch to onnx but converting onnx to tensorflow gives issue.
The code snippets are as follows-
pytorch to onnx
net = custom pytorch model
net.load_state_dict("pre-trained model")
dummyInput = np.random.uniform(0,1,(1,8,3,256,256))
dummyInput = Variable(torch.FloatTensor(dummyInput))
torch.onnx.export(ne
-
Updated
Apr 21, 2021 - Jupyter Notebook
'max_request_size' seems to refer to bytes, not mb.
-
Updated
May 1, 2021 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 29, 2021 - C++
Improve this page
Add a description, image, and links to the onnx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the onnx topic, visit your repo's landing page and select "manage topics."
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in
tensorflow/kerasCan this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?