-
Updated
Feb 6, 2021 - JavaScript
onnx
Here are 270 public repositories matching this topic...
-
Updated
Feb 6, 2021 - C++
-
Updated
Feb 6, 2021 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Oct 22, 2020 - 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
Feb 5, 2021 - TypeScript
-
Updated
Jan 20, 2021 - Jupyter Notebook
-
Updated
Feb 2, 2021 - Jupyter Notebook
-
Updated
Feb 5, 2021 - Python
-
Updated
Feb 5, 2021 - C
🐞 Describe the bug
Converting Frontend cannot be 100% converted when pytorch model is converted to MLmodel. I get a warning
Trace
`TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other
-
Updated
Dec 21, 2020 - Python
-
Updated
Jan 15, 2021 - Python
-
Updated
Oct 15, 2020 - C++
-
Updated
Nov 30, 2020 - Python
-
Updated
Feb 5, 2021 - Python
-
Updated
Nov 13, 2020 - Jupyter Notebook
-
Updated
Feb 5, 2021 - Rust
-
Updated
Feb 6, 2021 - Jupyter Notebook
I am trying to convert a custom pytorch model to tensorflow, I am abe to convert pytorch to onnx but converting onnx to tensorflow gives issue.
The code snippets are as follows-
pytorch to onnx
net = custom pytorch model
net.load_state_dict("pre-trained model")
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
Dec 29, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Feb 1, 2021 - C++
-
Updated
Feb 5, 2021 - C++
-
Updated
Feb 6, 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."
Add a new API for converting a model to external data. Today the conversion happens in 2 steps
external_data_helper.convert_model_to_external_data(<model>, <all_tensors_to_one_file>, <size_threshold>) save_model(model, output_path)We want to add another api which combines the 2 steps
`
save_model_to_external_data(, <output_