iree icon indicating copy to clipboard operation
iree copied to clipboard

Converting from kaggle popular models fail

Open Ughuuu opened this issue 6 months ago • 5 comments

What happened?

Converting the following models https://github.com/iree-gd/iree.zoo/blob/main/.github/workflows/multiple-models.yml#L10 (31 models so far) from kaggle with version 20240812.983 results in (run here https://github.com/iree-gd/iree.zoo/actions/runs/10377948022) a success rate of 14/31. Logs are in the job run.

Steps to reproduce your issue

  1. Download the model from kaggle
  2. Convert it using iree compiler
  3. See error

Also if you want you can fork the repo https://github.com/iree-gd/iree.zoo/ and run convert action from there to see the logs (for individual package) or run the Download all models action to download all 31 at once.

What component(s) does this issue relate to?

Compiler

Version information

20240812.983

Additional context

No response

Ughuuu avatar Aug 13 '24 21:08 Ughuuu