Javier Duarte

Results 25 issues of Javier Duarte

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

I see you have both `pyparser` and `pyparsing` in your `requirements.txt`. However, only `pyparser` is in the `setup.py` as a dependency. Moreover, I only see a use of the `pyparsing`...

This PR proposes two main changes, and two needed fixes 1. Automatically indent `HEPML.tex` using `latexindent.pl` pre-commit hook to make it more readable (also enforce it moving forward) 1. Move...

Currently, pooling uses a wider data type for accumulation inferred based on the input type and the number of elements. However, we only implemented this for `ap_fixed` and `ap_int` and...

# Description Adds support for `QDenseBatchnorm` implemented here: https://github.com/google/qkeras/pull/74 (this should be merged first) @julesmuhizi @GiuseppeDiGuglielmo ## Type of change - [x] New feature (non-breaking change which adds functionality) ##...

enhancement
please test

Add `zcu104` board to the `VivadoAccelerator` backend. Note, it would be nice to add a test that actually generates a bitfile (not just synthesis) ## Type of change - [x]...

enhancement

Add support for `pynq-zu`. ## Type of change - [x] New feature (non-breaking change which adds functionality) ## Tests https://gist.github.com/jmduarte/41a6afcd412dbd7c39cdbd0e2a1a01a3 ## Checklist - [x] I have read the [guidelines for...

enhancement

Currently the hls4ml conda-forge feedstock (https://github.com/conda-forge/hls4ml-feedstock) recipe is broken because some of our dependencies (and their dependencies are missing from conda-forge. The full list is of missing libraries are: -...

bug