qkeras
qkeras copied to clipboard
(Re)quantize existing QKeras model with model_quantize
Add to model_quantize
the capability to accept an existing qkeras
model and return a model with a different quantizer_config
.
This could be used, for example, to train at higher precision then initialize a lower precision model with transfer_weights=True
to speedup convergence of the lower precision model.
Hello @thesps, thank you for the PR! Could you also add file to demonstrate your usage and tests? I want more information to review this PR.
Hello @thesps, thank you for the PR! Could you also add file to demonstrate your usage and tests? I want more information to review this PR.
Hi, there are conflicts in utils.py. Please solve if you want to proceed. thanks!