Error with Mobilenet V1: cycle-free graph violated: partition depends on itself #1199
Closed
4 tasks done
Labels
bug
Something isn't working
Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
-> Checked out commit hash: 7076ed3
-> There are two similar issues, but I couldn't make sense of them related to my situation:
- cycle-free graph violated: partition depends on itself #863
- Cyclic-free graph violated error in TFC for BBN-PYNQ example for 2w2a (weight 2 bits, activation 2bits) #938
Quick summary
I'm trying to compile Mobilenet V1 with FINN and I'm getting the error message "cycle-free graph violated: partition depends on itself". This looks like an internal error, so I'm not sure what I can do to fix it.
Steps to Reproduce
Add what needs to be done to reproduce the bug. Add code examples where useful
and make sure to include the resulting ONNX files, and the commit hash you are working on.
step_create_dataflow_partition
.Expected behavior
No error messages, stiched IP is created successfully.
Actual behavior
Error message during
step_create_dataflow_partition
:ONNX files
(renamed to
.txt
because GitHub rejected.onnx
)This was produced by taking the pretrained model from brevitas and exporting it as ONNX.
mobilnet_v1.txt
I can't upload the intermediate model produced in
step_convert_to_hx
, because it's too big at 117 MB.The text was updated successfully, but these errors were encountered: