We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6599f commit 71207ceCopy full SHA for 71207ce
qkeras/utils.py
@@ -138,7 +138,7 @@ def model_save_quantized_weights(model, filename=None):
138
signs = []
139
140
if any(isinstance(layer, t) for t in [
141
- QConv2DBatchnorm, QDepthwiseConv2DBatchnorm]):
+ QConv2DBatchnorm, QDenseBatchnorm, QDepthwiseConv2DBatchnorm]):
142
qs = layer.get_quantizers()
143
ws = layer.get_folded_weights()
144
elif any(isinstance(layer, t) for t in [QSimpleRNN, QLSTM, QGRU]):
0 commit comments