AlvaroCavalcante/auto_annotate

Could not find matching concrete function to call loaded from the SavedModel

Opened this issue · 2 comments

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.

Thanks for contributing this issue! We will be replying soon.

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!

Thank you :)