Im trying to convert the Tensorflow model to Tensorflowlite model but it shows warning WARNING:absl:Compiled the loaded model, but the compiled metrics have yet to be built. model.compile_metrics will be empty until you train or evaluate the model.
How to solve this error?
I want to connect the tensorflowlite model wit android application,bt the tflite conversion shows error.