gmalivenko / onnx2keras

Convert ONNX model graph to Keras model format.
MIT License
195 stars 116 forks source link

Calculate the depth_multiplier for DepthwiseConv2d #150

Open mikljohansson opened 2 years ago

mikljohansson commented 2 years ago

When in_channels != out_channels the depth_multipler parameter must be set and the weights reshaped accordingly