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
Hello @shubhamkambleX, thank you for your interest in the library!
Could you please better specify which model you are using? The lib documentation doesn't directly provide a specific saved_model. If possible, also provide the code snippet you're trying to execute, so that I can better understand your context!
Could not find matching concrete function to call loaded from the SavedModel. Got:
Positional arguments (3 total):
* <tf.Tensor 'inputs:0' shape=(1, 492, 423, 3) dtype=uint8>
* False
* None
Keyword arguments: {}
Expected these arguments to match one of the following 4 option(s):
Option 1:
Positional arguments (3 total):
* TensorSpec(shape=(None, 224, 224, 3), dtype=tf.float32, name='input_1')
* False
* None
Keyword arguments: {}
can you please tell me what can be the issue as I have taken the model from saved model link provided in guide line.
The text was updated successfully, but these errors were encountered: