hello !
i used Classify structured data with feature columns learning a model with Python
To use in Android, it was converted to Pd → tflite and used.
An error occurred when testing the training model
“datatype 11 is not recognized in java”
Java version used is 8
“DataType 11” is the numeric value to represents the datatype of one of your tensor, which stands for QINT8 (quantized int8) in this case. See the full list of datatypes and their numeric representation here.