model-optimization icon indicating copy to clipboard operation
model-optimization copied to clipboard

Fix model loading from .keras files in Tensorflow 2.15

Open MaierOli2010 opened this issue 1 year ago • 1 comments

When loading models from .keras files, quantize layer weight number does not match stored number of weights as layer is build twice. In addition, the QuantizeWrapperV2 does not populate the base layer weights correctly as the order of calls seems off.

MaierOli2010 avatar Mar 08 '24 08:03 MaierOli2010

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).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 08 '24 08:03 google-cla[bot]