Visualize the tflite file
step 1: clone tensorflow (or navigate to where you have already done this on your machine)
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow
step 2: run the following visualize script that was downloaded in step 1
bazel run //tensorflow/lite/tools:visualize model.tflite visualized_model.htm
step 3: view in browser the created html file (visualized_model.htm)