Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shubhamkambleX opened this issue Dec 4, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@shubhamkambleX
Copy link

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.

@shubhamkambleX shubhamkambleX added the question Further information is requested label Dec 4, 2023
Copy link

github-actions bot commented Dec 4, 2023

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

@AlvaroCavalcante
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants