Gareth Stoyle
Results
2
comments of
Gareth Stoyle
I was able to fix this by using the full path. `sudo find / -name libedgetpu.so.1` and then: `load_delegate('/path/to/libedgetpu.so.1')`
This may not work but I fixed it by specifying the full path to the delegate: `sudo find / -name libedgetpu.so.1` and then: `experimental_delegates=[tflite_runtime.load_delegate("/usr/lib/aarch64-linux-gnu/libedgetpu.so.1")`