pkgoogle
pkgoogle
I tried updating the tflite versions to see if that helped, it did not, I was able to reproduce with the uploaded zip file: ``` implementation 'org.tensorflow:tensorflow-lite:+' implementation 'org.tensorflow:tensorflow-lite-support:+' ```...
Hi @wbjnpu, can you please upload your .h5 and .tflite file and let us know the inference value you expected vs what you saw? and how you know that the...
Hi @wonjeon, can you ensure your system is updated to a tested build configuration for your system: https://www.tensorflow.org/install/source#tested_build_configurations specifically it seems your Clang is out of date (we tested against...
Hi @Skillnoob, it seems like there is a dependency on some installation instructions from Coral? Can you let us know the Coral instructions you followed prior to receiving this error?...
Hi @Skillnoob, that settles the version issue but can you also please let us know the coral installation steps you followed?
need a coral to reproduce, Hi @nutsiepully, can you please take a look? Thanks.
Hi @feranick I don't work with that repo but can you perhaps link your PR that fixes the issue? Maybe I can help push it from here. Edit: nevermind.. found...
Hi @Skillnoob, as @feranick mentioned, the libedgetpu library is now updated. Can you test your case against master and see if it resolves your issue?
@Skillnoob, awesome, if you are confident this issue is resolved and you have no more open items, please feel free to close this issue as completed. Thanks.
Hi @mitsunami, I'm looking into this but in the mean time you might want to check if you do any broadcasting in your model, the GPU delegate generally does not...