Pradeep Gautam
Pradeep Gautam
Hi @iksnagreb . Thanks for the reply. I could get the Mul factors to be equal. Can this be processed to have a streaming replacement? I am attaching both the...
Even I was trying my custom network (Fully connected network , with weight 2 bit and activation 2 bit), got the error, so tried the example notebook. Got the same...
[Model.txt](https://github.com/Xilinx/finn/files/13662255/Model.txt)  Hi @iksnagreb , Please find the attached images of the models, 1 just after the export to onnx, and 1 just before the failing transformation (model.transform(CreateDataflowPartition())) ...
You are using the bnn-pynq notebooks as is, just loading the w2a2 model at the start? You changed nothing else? :: Yes I need to use w2a2 or w2a4 (as...
I did the changes suggested by you and could move forward. Thanks a lot for the help. The attached file shows the model. I'll get back to you with a...
@iksnagreb Hi, I have been able to complete the run and generate the Pynq Driver. I also ran the verification notebook, where my results are matching. Thanks for your support...
Thanks for the reply. Can you provide any example code or links, which can be useful to debug this issue? I am unaware of how to locate different design parts...
Hi @iksnagreb , finally the code is working fine on the board. I was able to push the input Quant layer inside the dataflow partition and was able to convert...
Hi, Thanks a lot for the replies and help. I am able to move forward and experiment with different folding options for better performance. Here are a few doubts which...
Hi @fpjentzsch , Update to the last comment. Instead of multiple inputs to the model (which seems to be difficult to get converted to hls), I have taken a single...