nsfw
nsfw copied to clipboard
Convert this model to tflite
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 Sorry, I know little about tflite