- Make sure your python environment (
conda
or otherwise) withqkeras
andjupyter
is working - Note if you're remote, you'll have to log in with port forwarding, e.g.
ssh -L 127.0.0.1:8888:127.0.0.1:8888 username@host
- Launch jupyter
jupyter notebook --port 8888 --ip 127.0.0.1 --no-browser
- Open the hls4ml_API.ipynb notebook and follow the instructions there
- Then open the hls4ml_qkeras.ipynb notebook and follow the instructions there