-
Updated
Aug 4, 2021 - JavaScript
onnx
Here are 362 public repositories matching this topic...
-
Updated
Aug 4, 2021 - Python
-
Updated
Aug 4, 2021 - C
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 23, 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
Aug 3, 2021 - TypeScript
-
Updated
Jul 23, 2021 - Jupyter Notebook
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Jun 29, 2021 - Python
请问可以直接training tmfile出来吗? 因为tengine-convert-tool covert 会有error
tengine-lite library version: 1.4-dev
Get input tensor failed
或是有例子能training出下面tmfile 呢?

dummyInput = np.random.uniform(0,1,(1,8,3,256,256))
dummyInput = Variable(torch.FloatTensor(dummyInput))
torch.onnx.export(ne
'max_request_size' seems to refer to bytes, not mb.
-
Updated
May 9, 2021 - Python
-
Updated
Aug 4, 2021 - C++
-
Updated
Jun 30, 2021 - Python
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/keras
Can 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?