hls4ml-tutorial icon indicating copy to clipboard operation
hls4ml-tutorial copied to clipboard

Tutorial notebooks for hls4ml

Results 42 hls4ml-tutorial issues
Sort by recently updated
recently updated
newest added

Hi, How to find out the accuracies of the example models you provided?

im getting the following error after epoch 15 is finished in this codeblock: ```python from qkeras.autoqkeras import AutoQKeras autoqk = AutoQKeras(baseline_model, output_dir="autoq_cnn", metrics=["acc"], custom_objects={}, **run_config) autoqk.fit(train_data, validation_data=val_data, epochs=15) aqmodel =...

In Docker without vivado . I want to install sqlite3 , so I use "sudo apt-get install sqlite3". But I don't know username "jovyan" 's password. Could you please give...

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. Release notes Sourced from peaceiris/actions-gh-pages's releases. actions-github-pages v4.0.0 See CHANGELOG.md for more details. Changelog Sourced from peaceiris/actions-gh-pages's changelog. 4.0.0 (2024-04-08) build node 20.11.1 (5049354)...

dependencies

I was running the sample code found on https://github.com/fastmachinelearning/hls4ml-tutorial, and the following error occured. The spec of my setup are the following: OS ;Ubuntu 18.04.2 Vivado hls4ml 2019.2 python 3.9...

The original link in the README leads to '400: Bad Request'. This PR fixes that by appending '/HEAD' to the url

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @​crazy-max in docker/build-push-action#1120 Bump @​docker/actions-toolkit from 0.24.0 to 0.26.0...

dependencies

Ubuntu 24.04 Vivado 2024.1 (64 bit) Ran, ``` conda env create -f environment.yml conda activate hls4ml-tutorial ``` I'm trying to run the "Get started" notebook. Its all fine until I...

updates: - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](https://github.com/mgedmin/check-manifest/compare/0.49...0.50)

I've refreshed the conifer notebook with the latest release to synchronise with the move to Vitis HLS.