lutzroeder / netron

Visualizer for neural network, deep learning and machine learning models
https://netron.app
MIT License
27.96k stars 2.77k forks source link

TensorFlow Lite: min_runtime_version reader #479

Closed Roh1t129 closed 4 years ago

Roh1t129 commented 4 years ago

model.zip

We were using netron to visualize tflite flatbuffer models and various modified versions of them. The models and modified versions executed correctly on target systems and we could visualize them correctly using Netron version 3.9.7. But as soon as we updated to version 4.1.2 the modified graphs netron is giving the following error:

Error loading TensorFlow Lite model. Failed to execute 'decode' on 'TextDecoder': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'

I am attaching a sample model for your reference which will work in version 3.9.7 but not in 4.1.2, Please note that we were using "netron" as visualizer for our research. We found it as an amazing tool! We would appreciate your help

Thanks, Rohit Sahu

lutzroeder commented 4 years ago

0479.tflite.zip