-
**Describe the bug**
onnx.onnx_cpp2py_export.defs.SchemaError: No schema registered for 'BitShift'!
**To Reproduce**
A Pytorch model was exported to ONNX.
**ONNX model file**
https://www.drop…
-
tensorflow==1.12.0
keras==2.2.2
~~~
Traceback (most recent call last):
File "onnx2keras.py", line 556, in
Fire(main)
File "/home/fanzh/.conda/envs/neural/lib/python3.6/site-packages/fir…
-
Hi, I tried to use the lcnet in mobilenetv3.py, but when I tried to convert the model to onnx, it said "hard_swish", "hard_sigmoid","onnx:Squeeze" is not supported. The hard_swish and hard_sigmoid I …
-
Hi,
I am trying to convert the ONNX models from the official insightface repo into keras with onnx2keras lib. However, I got an error when setting the parameter "change_ordering" to True which rais…
-
I have a trained model in matlab. I have created onnx file from the matlab. Now i imported the file in keras.
for exporting the onnx file from matlab i have used
net1 = squeezenet…
-
Hello,
Can you please implement converter functions that are not implemented in onnx2keras?
Here are the implemented converters: https://github.com/gmalivenko/onnx2keras/blob/master/onnx2keras/layer…
-
**Describe the bug**
I want to convert nfnet (eca_nfnet_l2, dm_nfnet_f3) models from pytorch to keras, so I used pytorch2keras package. Also, I tried converting the model first to onnx using torch.on…
-
**Is your feature request related to a problem? Please describe.**
I' m using `TensorrtExecutionProvider `which build by command:
`./build.sh --cudnn_home "/usr/local/cuda" --cuda_home "/usr/local/c…
-
I am using onnx_to_keras function to convert a onnx model of yolov3 (which is converted from torch model) to keras
k_model = onnx_to_keras(onnx_model, ['input.1'])
getting error that AVAILABLE_CO…
-
**System information**
- Have I written custom code (as opposed to using example directory):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow backend (yes / n…