nsfw icon indicating copy to clipboard operation
nsfw copied to clipboard

Convert this model to tflite

Open ameerhamza6733 opened this issue 5 years ago • 1 comments

When i try to convert this model to tflite , i get this error. any idea how to fix this ?

b'/bin/sh: toco_from_protos: command not found\n' None

Code: converter = lite.TFLiteConverter.from_saved_model(_MODEL_DIR) tflite_model = converter.convert()

ameerhamza6733 avatar Mar 05 '19 11:03 ameerhamza6733

@ameerhamza6733 Sorry, I know little about tflite

rockyzhengwu avatar Mar 13 '19 08:03 rockyzhengwu