My own simple classification model .tflite but how can i use this in Flutter?

后端 未结 0 592
说谎
说谎 2020-11-28 11:19

this is my model and i converting this .tflite

model = tf.keras.models.Sequential([
           tf.keras.layers.Flatten(input_shape=(17,2)),
           tf.kera         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题