Edgetpu: Compiler stuck

Created on 10 Sep 2020  路  9Comments  路  Source: google-coral/edgetpu

Hi,

The edgetpu_compiler is stuck for a long time when I am compiling my model.

model-Conv2D-quant.tflite.tar.gz

bug compiler

All 9 comments

Isn't this the same model from https://github.com/google-coral/edgetpu/issues/212#issue-689291359?
I'm getting that same error instead of compiler being stuck

@Namburger

Not exactly.
https://github.com/google-coral/edgetpu/issues/212#issue-689291359 uses Conv1D layer in tensorflow. If you look closely there are Reshape layers before the Conv layers. I think tensorflow-lite projects the ops to 4 dims using Reshape layer. Check the original input dimension.

To avoid that, I changed this model input to 4 dims and used Conv2D layers. You can see that there are no Reshape layer before Conv2D layer.

model-details.txt

I am using,

tensorflow 2.3
Edge TPU Compiler version 14.1.317412892

maybe you uploaded the wrong model?
the md5sum for both model from 212 and this one is giving me:

9917860e13b6f75b5cf6bd71e3b7558d

:)

I renamed the file, I hope that helps. The confusion might be because of the same filename for both models. Sorry for the confusion.

I see, thanks, I just downloaded the new one and trying to compile now, it seems to be stuck as reported
Let me take a look and will update shortly

@prashant45 I've reach out to another team regarding this, will keep you updated

[Edit] We opened an internal bug for this!

Update: This is fixed internally for us, I don't have a release date for this fix yet, unfortunately.
Here is the compiled model, thanks for submitting the issue!

@Namburger Very much waiting towards the new version ! Is there any eta ?

@alexanderfrey I have no ETA, so sorry :(
we're having tons of roadblock, expect some library changes very soon though

Was this page helpful?
0 / 5 - 0 ratings

Related issues

powderluv picture powderluv  路  6Comments

ppershing picture ppershing  路  7Comments

sangnguyen7 picture sangnguyen7  路  8Comments

yieniggu picture yieniggu  路  4Comments

pirazor picture pirazor  路  10Comments