Open jmduarte opened 2 years ago
Currently, QConv2DBatchnorm and QDenseBatchnorm are not supported for conversion in #7
QConv2DBatchnorm
QDenseBatchnorm
Support QConv2DBatchnorm and QDenseBatchnorm layers for QKeras to QONNX conversion
This would allow MLPerf Tiny models, which use these QKeras layers, to be converted from
Mainly (Q)Keras conversion files src/qonnx/converters/qkeras/qlayers.py and src/qonnx/converters/keras.py
@rushtheboy @nhanvtran @julesmuhizi
Hi, any updates on this?
Details
Currently,
QConv2DBatchnorm
andQDenseBatchnorm
are not supported for conversion in #7New behavior
Support
QConv2DBatchnorm
andQDenseBatchnorm
layers for QKeras to QONNX conversionMotivation
This would allow MLPerf Tiny models, which use these QKeras layers, to be converted from
Parts of QONNX being affected
Mainly (Q)Keras conversion files src/qonnx/converters/qkeras/qlayers.py and src/qonnx/converters/keras.py
@rushtheboy @nhanvtran @julesmuhizi