rockyzhengwu / nsfw

Not Suitable for Work (NSFW) classification
Apache License 2.0
558 stars 205 forks source link

Convert this model to tflite #4

Open ameerhamza6733 opened 5 years ago

ameerhamza6733 commented 5 years ago

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()

rockyzhengwu commented 5 years ago

@ameerhamza6733 Sorry, I know little about tflite