-
Notifications
You must be signed in to change notification settings - Fork 125
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
Internal Compiler Error with InceptionResnetV2 #241
Comments
@salonit Hello, so the only difference between the two model is the training dataset? No changes to the architecture? |
Yes @Namburger the only difference between the two models is the training dataset and no changes to the architecture |
@Naveen-Dodda could you take a look? |
I have done extensive testing of compilation with many trained models from keras.applications, all used headless combined with my own two connection layers on the top. I found that:
I would be happy to know of a bugfixed version of the compiler as soon as possible. If you need testing for eventual betas: I am here and would be happy to help :-) |
...I have to correct a part of what I wrote before: My slightly modified InceptionResnetV2 trains nicely, converts nicely, quantizes nicely and compiles nicely. But:
The code to reproduce:
If I am right, I now hit issue #74 . Correct? |
Here is my model before compiling (Upload did not work because of Size): |
It gets more interesting every minute. With repeated attempts to compile this quantized model I get either
Maybe it is better to put the edge TPU back into the box and wait for the compiler update? |
This fix works for me and my keras-model based on inception_resnet_v2. 100 % so far...
|
Please reopen if you have more issues. |
Hi I have created a classifier with Keras's InceptionResnetV2 and getting the following error:
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
When I trained the model with a smaller subset of the same dataset I am being able to successfully compile the model whereas when the model is trained with whole dataset it gives the above error.. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: