-
Notifications
You must be signed in to change notification settings - Fork 198
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
I got some wrong #2
Comments
I find this url and resolved this problem |
Thanks @tengbing88 for pointing that out. BirdNET-Lite uses a non-standard TFLite function (RFFT) to compute spectrograms. This function is only available for certain platforms (Android, iOS, x86) and custom TFLite builds (which you can use e.g. on the Raspberry Pi) that also include the so-called "Special Ops". |
Thanks~~ |
Hi @tengbing88, |
I just installed tf-nightly,and this issue was solved.good luck for you. |
Hello, I got the same problem with my raspberry pi 4. Best regards, Hans Guenter |
@HGFestl I've got it run on raspberry 4, python3.7 and the solution was installing tensorflow 2.4.0 which was more complicated than installing 1.4.7 and use this part of code |
Many thanks for your quick answer, akmalkova. Best regards, Hans Guenter |
@HGFestl same here. python 3.7, tensorflow 2.4.0rc2. Another TF libraries: tensorflow-datasets 4.2.0, tensorflow-estimator 2.4.0, tensorflow-metadata 0.26.0, tflite 2.4.0, tflite-runtime 2.5.0 when i do it like in analyze.py with try: import tflite_runtime.interpreter as tflite it loads tflite and then i get this error. And i also was quite stuck with this (it did not even work on PC), but then i guess i reinstalled tensorflow and it worked. |
Thank you again. I re-installed TF, but I still have the same problem. |
I was able to get it running under Ubuntu 18.04.5 using |
Anyone got a solution for Raspberry Pi 4? |
Hi Stefan,
When I run this code with tflite==2.3.0 or tensorflow-cpu==2.3.0
I got some wrong:
RuntimeError: Regular TensorFlow ops are not supported by this interpreter. Make sure you apply/link the Flex delegate before inference.Node number 29 (FlexRFFT) failed to prepare.
My question is:
What environment will make this code running right ?
Thanks 👍
(By the way, great work!)
The text was updated successfully, but these errors were encountered: