hls4ml-tutorial
hls4ml-tutorial copied to clipboard
Tutorial notebooks for hls4ml
One of my colleague found this issue when trying to run the part7a model.build() using the containers from the packages of the repo : [https://github.com/orgs/fastmachinelearning/packages?repo_name=hls4ml-tutorial](https://github.com/orgs/fastmachinelearning/packages?repo_name=hls4ml-tutorial). I was able to reproduce...
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
**Non-deterministic accuracy of hls_model.predict() in part4.1_HG_quantization.ipynb** When running part4.1_HG_quantization.ipynb, I noticed that the accuracy of the hls_model varies drastically across multiple runs on the same input data. For example, running...
We currently don't install hls4ml with the `qkeras` option, which is needed for part 3 and 4 of the tutorial. Fixed here.
Hello! When doing a fresh clone of the repository and creating the conda environment following the instructions with `conda env create -f environment.yml ` the environment cannot be created and...
I would like to share my issues and my solution for each problem - part 0 environment preparation (create conda envionment) - problem --> ModuleNotFoundError: No module named 'notebook.extensions' -...
Hello, I am getting following error while doing pattern pruning(DSP utilization). ImportError: cannot import name 'optimize_keras_model_for_hls4ml' from 'hls4ml.optimization' (/home/smita/.local/lib/python3.10/site-packages/hls4ml/optimization/__init__.py)
Hello, i read on the homepage that a version of Vivado previuos of 2020.1 is required because Vivado_HLS has been deprecated. As far as I understand should be possible to...
Preparations for deployment -> It is mentioned that the hardware handoff file should be located in ``` model_3/hls4ml_prj_pynq/myproject_vivado_accelerator/project_1.srcs/sources_1/bd/design_1/hw_handoff/design_1.hwh ``` However, in my case, the file was inside the `project-1.gen` directory,...