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

trouble compiling a specific model #57

Open
NasriYoussef opened this issue Jun 6, 2022 · 1 comment
Open

trouble compiling a specific model #57

NasriYoussef opened this issue Jun 6, 2022 · 1 comment
Assignees

Comments

@NasriYoussef
Copy link

When running the compile command :
tensil compile -a /demo/arch/ultra96v2.tarch -m arcfaceresnet100-8.onnx -o "fc1" -s true
on the model on this repo :
https://github.com/onnx/models/tree/main/vision/body_analysis/arcface
I don't get any issues but the command keeps running indefinitely

@petrohi
Copy link
Contributor

petrohi commented Jun 6, 2022

This comment is for us to plan compiler fixes to accommodate this model. There are several issues I am seeing right away:

  • Frontend node traversal gets into seemingly infinite loop;
  • Need support for Sub and Mul ONNX ops (this is already in progress for speech commands model);
  • Need support for Reshape with all-constant input (why this is not optimized out by ONNX?);
  • Need support for Identity op;
  • Need support for PRelu op.

@petrohi petrohi self-assigned this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants