Javier Duarte
Javier Duarte
# Description Currently, our GitLab PyTests do not run on PRs created from forks due to the configuration of GitLab CI (i.e. the commit has to exist in our repo)....
- Add requested citations to README - [ ] Documentation update (todo)
Not to be merged but simply to open discussion about which developments we should cherry-pick and rebase to hls4ml main branch. Based on a quick look, I can imagine a...
Skip BatchNorm fusion when input/output is used multiple times Partially resolves #436
- bump version to 0.6.0 - add GitHub action to automatically bump patch version on merge of PRs @vloncar @thesps opening this PR for discussion on how to handle automatic...
Ran autopep8 recursively on all python files with the `setup.cfg` in the repo: ``` autopep8 --in-place --aggressive --aggressive *.py -v ``` ``` [pep8] ignore = E121,E123,E126,E226,E24,E704,W503,W504 max-line-length = 199 ```...
We should list which ones we currently support and which ones we plan to support in the documentation. Below is a list of all Keras layers, not including abstract layers...
_Originally posted by @thesps in https://github.com/fastmachinelearning/hls4ml/issues/362#issuecomment-897581793_ Fix test_quantizer with quantized_relu(4) and quantized_relu(10)
_Originally posted by @thesps in https://github.com/fastmachinelearning/hls4ml/issues/362#issuecomment-897581793_ Fix keras_api ThresholdedReLU test: `FAILED test_keras_api.py::test_activation_thresholdedrelu[ThresholdedReLU] - AssertionError:` This one I'm not actually sure about, I'm commenting it out for now but again with...
- Add Dockerfile with Vivado for reference