I have followed you tutorials for Python to FPGA, and created my own classifier model.onnx with 6 classes. In notebook 2, right before partitioning, it keeps giving the error 'AssertionError: cycle-free graph violated: partition depends on itself'. I tried other streamline options (absorb, move) none of them worked. i even tried to remove the MUL node manually, and later some other nodes as well to see if it works, it keeps giving the same error. Could you please help? I have been struggling for the past two months until i found your tutorials which were really helpful. I need to submit my project within 2 days, so will be really helpful if you could help out. Thanks again!

I have followed you tutorials for Python to FPGA, and created my own classifier model.onnx with 6 classes. In notebook 2, right before partitioning, it keeps giving the error 'AssertionError: cycle-free graph violated: partition depends on itself'. I tried other streamline options (absorb, move) none of them worked. i even tried to remove the MUL node manually, and later some other nodes as well to see if it works, it keeps giving the same error. Could you please help? I have been struggling for the past two months until i found your tutorials which were really helpful. I need to submit my project within 2 days, so will be really helpful if you could help out. Thanks again!