Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cycle-free graph violated: partition depends on itself #863

Open
sansi-zhang opened this issue Jul 26, 2023 · 0 comments
Open

cycle-free graph violated: partition depends on itself #863

sansi-zhang opened this issue Jul 26, 2023 · 0 comments

Comments

@sansi-zhang
Copy link

Hi @fpjentzsch,
I ran into the same problem and I tried the same thing with ResNet-50 but it still failed.

In detail

I ran into a problem while executing model.transform(CreateDataflowPartition()).

image

I made some adjustments and tests (see #860 (comment) for details), but the error still occurred.

Then I looked at the answers in this issue, and I used the ResNet-50 process to re-tune my code, but I was still stuck.

Part of the onnx file when resnet-50 is not used, see #860 (comment)

Part of the onnx file when using resnet-50, as follows.

image

image

I guessed that it was due to the concat operation, so I stopped using concat and split all the output, but still had the same problem.
image

I hope you can help me solve this problem.

Thanks again.

Originally posted by @Special-zhang in #431 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant