transcranial / keras-js

Run Keras models in the browser, with GPU support using WebGL
https://transcranial.github.io/keras-js
MIT License
4.96k stars 503 forks source link

Saving quantized weights as h5 format from encoder.py #127

Open raghavgurbaxani opened 6 years ago

raghavgurbaxani commented 6 years ago

Hi

Thanks for the amazing work on quantization using encoder.py which currently outputs a binary file ?

Is there a way to also save the quantized model as .h5 format ?

Thanks.