karanjakhar/yolov5-export-to-raspberry-pi

converter = tf.lite.TFLiteConverter.from_keras_model(keras_model) NameError: name 'keras_model' is not defined

Closed this issue · 1 comments

converter = tf.lite.TFLiteConverter.from_keras_model(keras_model)
NameError: name 'keras_model' is not defined

Please check that the configuration YAML file and model file are correct and retry. And if still this error then please let me know how to reproduce this error. If possible share your model and YAML file.