xmos / fwk_voice

Voice Framework
Other
11 stars 19 forks source link

Integrate new version of Tensorflow Lite Micro #378

Closed mbanth closed 1 year ago

mbanth commented 1 year ago

We have a improved version of Tensorflow Lite Micro. The developer wants to make it available for use in fwk_voice and specifically the Voice-Noise Ratio component. This issue exists to identify and complete any necessary work to integrate this new version of TFLM.

uvvpavel commented 1 year ago
uvvpavel commented 1 year ago

One of the python cffi tests exits with the segmentation error which is usually related to using memory outside of the allocated stack or stack running out of memory. This line appears to break the test. https://github.com/uvvpavel/sw_avona-1/blob/latest_tflite_micro/modules/lib_vnr/src/inference/model/outFile.cpp#L35 Making the kTensorArenaSize larger makes the test pass. This issue will be parked till @panickal-xmos is back from holiday.