You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "\onnx2tflite-main\onnx2tflite-main\onnx_tflite.py", line 2, in
onnx_converter(
File "D:\onnx2tflite-main\onnx2tflite-main\converter.py", line 21, in onnx_converter
keras_model = keras_builder(model_proto, native_groupconv)
File "D:\onnx2tflite-main\onnx2tflite-main\utils\builder.py", line 82, in keras_builder
tf_tensor[node_outputs[index]] = tf_operator(tf_tensor, onnx_weights, node_inputs, op_attr, index=index)(_inputs)
File "D:\Downloads\onnx2tflite-main\onnx2tflite-main\layers\common_layers.py", line 141, in init
pad_shape = pads[i] + pads[i+2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "\onnx2tflite-main\onnx2tflite-main\onnx_tflite.py", line 2, in
onnx_converter(
File "D:\onnx2tflite-main\onnx2tflite-main\converter.py", line 21, in onnx_converter
keras_model = keras_builder(model_proto, native_groupconv)
File "D:\onnx2tflite-main\onnx2tflite-main\utils\builder.py", line 82, in keras_builder
tf_tensor[node_outputs[index]] = tf_operator(tf_tensor, onnx_weights, node_inputs, op_attr, index=index)(_inputs)
File "D:\Downloads\onnx2tflite-main\onnx2tflite-main\layers\common_layers.py", line 141, in init
pad_shape = pads[i] + pads[i+2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: