sipeed / TinyMaix

TinyMaix is a tiny inference library for microcontrollers (TinyML).
Apache License 2.0
868 stars 142 forks source link

tflite_reader: Fix compatibility with Tensorflow 2.14 etc #73

Closed jonnor closed 3 months ago

jonnor commented 3 months ago

Code is trying to import a submodule which has been removed. But the code is not even used. With this fix, I can use the model conversion tools with tensorflow / keras 2.14 (the last version before Keras 3.x).

jonnor commented 3 months ago

Thank you @Zepan for quick review and merge! :)