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
but I am getting the following error message: external/org_tensorflow/tensorflow/lite/kernels/reshape.cc:58 stretch_dim != -1 (0 != -1)Node number 35 (RESHAPE) failed to prepare.
Did someone else run into this issue? I'm not entirely sure about what I am doing wrong
The text was updated successfully, but these errors were encountered:
Hi there, I recently tried to convert your model to tf lite and run inference on it, but am experiencing some errors.
I'm using the following code to convert the model to tf lite:
this creates both a saved_models folder and the .tflite file, which I should be able to use by doing the following:
but I am getting the following error message:
external/org_tensorflow/tensorflow/lite/kernels/reshape.cc:58 stretch_dim != -1 (0 != -1)Node number 35 (RESHAPE) failed to prepare.
Did someone else run into this issue? I'm not entirely sure about what I am doing wrong
The text was updated successfully, but these errors were encountered: