How to know Tensorflow Lite model's input/output feature info?
问题 I'm mobile developer. And I want to use various Tensorflow Lite models( .tflite ) with MLKit. But there are some issues, I have no idea of how to know .tflite model's input/output feature info(these will be parameters for setup). Is there any way to know that? Sorry for bad English and thanks. Update(18.06.13.): I found this site https://lutzroeder.github.io/Netron/. This visualize graph based on your uploaded model(like .mlmode or .tflite etc.) and find input/output form. Here is example