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