Hi,
I have a person segmentation model which I have converted to Tflite file, while running this model on some Android phones I am getting these errors -
Fatal Exception: java.lang.IllegalArgumentException
Internal error: Failed to run on the given Interpreter: Input tensor 995 lacks data
Fatal Exception: java.lang.IllegalArgumentException
Internal error: Failed to run on the given Interpreter: Input tensor 869 lacks data
Fatal Exception: java.lang.IllegalArgumentException
Internal error: Failed to run on the given Interpreter: Invalid tensor index 0 (not in [0, 0)) Node number 313 (LOGISTIC) failed to invoke.
I can share the tflite model over the mail if needed.