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
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
I tried to convert a keras model that contains 2D group convolutions and in the resulting ONNX file the group parameter is always 1 even though it should be different.
I am using:
Python 3.6.9
Tenorflow 2.3
keras2onnx 1.7.0
I also tried to install keras2onnx from source (v1.8), it didn't help.
The text was updated successfully, but these errors were encountered:
I tried to convert a keras model that contains 2D group convolutions and in the resulting ONNX file the group parameter is always 1 even though it should be different.
I am using:
Python 3.6.9
Tenorflow 2.3
keras2onnx 1.7.0
I also tried to install keras2onnx from source (v1.8), it didn't help.
The text was updated successfully, but these errors were encountered: