-
Updated
Oct 6, 2021 - Python
onnx
Here are 399 public repositories matching this topic...
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 5, 2021 - C
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 23, 2021 - Python
-
Updated
Oct 6, 2021 - C++
-
Updated
Mar 1, 2021 - Python
-
Updated
Sep 6, 2021 - TypeScript
【已解决】关于AP=0的问题
我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0
-
Updated
Oct 5, 2021 - Jupyter Notebook
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Sep 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
'max_request_size' seems to refer to bytes, not mb.
-
Updated
Sep 28, 2021 - Python
-
Updated
Oct 5, 2021 - C++
-
Updated
Oct 5, 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."
Bug Report
Is the issue related to model conversion?
If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklearn-onnx, keras-onnx, onnxmltools) to get the best help.
Describe the bug
T