google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
533 stars 102 forks source link

Fix QGRU #89

Open raph2268 opened 2 years ago

raph2268 commented 2 years ago

This pull request fixes issue #72

The issue was that the normal kernel was used as the recurrent one when recurrent quantizer was not defined.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

raph2268 commented 2 years ago

Hello @zhuangh, please let me know if there is something more to do for this PR.