sei-jgwohlbier

Results 43 comments of sei-jgwohlbier

Hi, I'm not sure if this is the right place for this, but I'm trying to synthesize the `cnv-2w2a` example from the `test_qonnx.py` file. It has been running for nearly...

Hi, I hit this error, as seen below, when trying to do a network with only a `Conv2d` coming from PyTorch, as a first step to a larger PyTorch model....

I'm on 5.1.2. So if I add `pytorch_build('2.1', suffix='mybuilder', requires='==35.*'),` combined with the edits to python version in the first comment, and do `./build.sh pytorch:2.1-mybuilder` then I should get all...

@vloncar what is the expectation on the tests in https://github.com/fastmachinelearning/hls4ml/pull/979 ? I get ``` = 58 failed, 1280 passed, 6 skipped, 649 warnings, 8 errors in 3587.97s (0:59:47) = ```...

Installing `onnx==1.15` and `onnxruntime==1.17` seems to have cleared those `onnxruntime` errors.

After clearing that issue, I do get one failure in `test_qonnx.py`, seen below. ``` (hls4ml) hls4ml-user@lx-pinkbird:~/hls4ml/test/pytest$ python -m pytest test_qonnx.py ============================= test session starts ============================== platform linux -- Python 3.10.14,...

Did you solve this?

Thanks for the comment. Let me know if I can help out. For the time being I am adding additional input tensors and passing in constant values to them.