Jan-Frederik Schulte
Jan-Frederik Schulte
The pytest failure is the QKeras tests timing out. There's 299 tests being run in that batch, which I guess is too many. Is there a why to reshuffle the...
I did a bit of digging and it's not a whitespace problem but rather the file endings are improperly encoded. Likely the person we got the code from was using...
Fixed the latest merge conflicts. @vloncar, can you check if Rian's fixes are enough to have this merged?
pre-commit.ci autofix
@vloncar I hope this goes in the direction of what you had in mind for the performance validation. I ran synthesis in Vitis 2023.1, 2024.1, and 2025.1 for different input...
I did not observe any warning about the scheduling. The timing results look all very similar:
Hi, can you please be more specific about your setup and model? Which version of hls4ml are you using? Which io_type and backend are you trying to use? I tried...
Version 0.6.0 is certainly a bit old. As I said, it seems to be working fine in the current master, so I would indeed encourage you to test with either...
pre-commit.ci autofix
Hi! I had a look at your model, and just printing the trainable weights for the first LSTM layer, I see ``` [, ``` for the kernel weights, which are...