google / qkeras

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

Adding QKeras to conda forge #119

Open jmduarte opened 1 year ago

jmduarte commented 1 year ago

Is it possible to add QKeras to conda-forge? We need this to have a working hls4ml conda-forge recipe (See https://github.com/fastmachinelearning/hls4ml/issues/790). I used Grayskull to try to build a recipe (see: https://conda-forge.org/docs/maintainer/adding_pkgs.html)

The main issue I think is also needing to add tensorflow-model-optimization to conda-forge first (but there is an example here: https://anaconda.org/HCC/tensorflow-model-optimization). It may also be possible to simply use that?