Jan-Frederik Schulte
Jan-Frederik Schulte
Yep, that seems to work. I think the `Constant` class that @sei-jgwohlbier implemented would work just as well. I realized that the issue in that implementation was that the new...
Great, thanks for checking! PR with the fix is here: https://github.com/fastmachinelearning/hls4ml/pull/1123
Ah damn, didn't think to test that. I'll have a look and update the PR accordingly.
The issue was that pytorch starts adding `_n` to the name of the layer for multiple instances of the same operation if `n >0 `, so that the matching of...
Hi @sei-jgwohlbier Thanks for reporting this issue, and thanks for always having very clear and complete bug reports, makes it very easy to fix the issues. I had indeed overlooked...
pre-commit.ci autofix
pre-commit.ci autofix
pre-commit.ci autofix
pre-commit.ci autofix
Turns out in the latest version of brevitas there are significant changes to the interface on how to access information about the quantized layers and tensors. I'm not sure right...