You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i want to save entire keras model so that it can be converted to tflite. but I am getting "Notimplemted error". Any work around for that?
I am using model.save(model_path) to save keras model
The text was updated successfully, but these errors were encountered:
Hi i want to save entire keras model so that it can be converted to tflite. but I am getting "Notimplemted error". Any work around for that?
I am using
model.save(model_path)
to save keras modelThe text was updated successfully, but these errors were encountered: