I was building image classifier app in flutter and the model was trained in Google autoML. When i copied downloaded .tflite and .txt file to flutter and run, it shows the following error
"Caused by: java.lang.IllegalArgumentException: Cannot convert between a TensorFlowLite tensor with type UINT8 and a Java object of type [[F (which is compatible with the TensorFlowLite type FLOAT32)"
Please help how can I implement it