Import distilbert-base-uncased tokenizer to an android app along with the tflite model

后端 未结 0 1831
孤独总比滥情好
孤独总比滥情好 2021-01-15 18:42

I have converted the model (.h5) to tflite using:

converter = tf.lite.TFLiteConverter.from_keras_model(model)
converter.target_spec.supported_ops = [tf.lite.O         


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