nyumaya / nyumaya_audio_recognition

Classify audio with neural nets on embedded systems like the Raspberry Pi
https://nyumaya.com
Apache License 2.0
82 stars 14 forks source link

Didn't find op for builtin opcode 'CONV_2D' version '2' #21

Closed adishpv9 closed 3 years ago

adishpv9 commented 5 years ago

Describe the bug I converted my own speech recognition model to tflite and used with streaming.py. That throws an error: Didn't find op for builtin opcode 'CONV_2D' version '2'

Registration failed Error creating interpreter Segmentation fault

To Reproduce Steps to reproduce the behavior: Just run streaming.py with my tflite model

Platform

Additional context I am using raspberry pi zero W for this.

yodakohl commented 5 years ago

The tensorflow library from the master branch is quite old. Can you try checking out the V0.3.5 branch?