Closed Laxnring closed 3 years ago
@Laxnring what does you try catch block looks like? I believe this is an issue because both pycoral and tensorflow owns an instance of the tflite interpreter..
Yes, exactly, that seems to be the issue. Therefore, I put the try catch block around the call for interpreter wrapper by tensorflow lite.
@Laxnring Were you able to resolve this issue ?
Feel free to reopen this thread if the issue still persists.
I have tried the try/catch block approach and it didnt work :( Is this a new modification to the library, cuz it was working fine a month ago
Hi guys, I've been trying to use the pycoral library with the USB Accelerator, but, having had issues with the interpreter on the latest stable tensorflow version (2.4.1), I was forced to use the tf-nightly version. However I ran into the following error when importing both pycoral and tensorflow at the same time:
I've since been able to mitigate the problem by wrapping the tensorflow call of the tensorflow lite interpreter wrapper in a try...except... block. However this is hardly a good solution. Is there any way anyone could take a look at this?
Library versions ersions: