We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QConv2DBatchnorm
QDenseBatchnorm
Currently, QConv2DBatchnorm and QDenseBatchnorm are not supported for conversion in #7
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
The text was updated successfully, but these errors were encountered:
Hi, any updates on this?
Sorry, something went wrong.
jmduarte
rushtheboy
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: