-
Updated
Jun 10, 2021 - JavaScript
onnx
Here are 341 public repositories matching this topic...
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 10, 2021 - C
-
Updated
Jun 9, 2021 - Python
-
Updated
May 21, 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
Jun 10, 2021 - TypeScript
-
Updated
May 15, 2021 - Jupyter Notebook
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Jun 8, 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
-
Updated
Jun 7, 2021 - Jupyter Notebook
-
Updated
Jun 2, 2021 - Python
'max_request_size' seems to refer to bytes, not mb.
-
Updated
May 9, 2021 - Python
-
Updated
May 5, 2021 - Python
-
Updated
Jun 8, 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."
Bug Report
Is the issue related to model conversion? No
Describe the bug
DynamicQuantizeLinear function op does not have shape inference function defined. In absence of shape inference, function body is used to get the shape inference for the function op and although it works as a fallback option it hurts perf.
Expected behavior
Add shape inference function for DynamicQuan