-
Updated
Aug 18, 2021 - JavaScript
onnx
Here are 369 public repositories matching this topic...
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 16, 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
Aug 18, 2021 - Jupyter Notebook
-
Updated
Feb 26, 2021 - Jupyter Notebook
【已解决】关于AP=0的问题
我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0
-
Updated
Aug 5, 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
Aug 6, 2021 - Python
-
Updated
Aug 12, 2021 - C++
-
Updated
Aug 17, 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/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?