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

Only load specified signatures when loading saved models in tf1 #1409

Merged
merged 3 commits into from
Mar 19, 2021

Conversation

TomWildenhain-Microsoft
Copy link
Contributor

Signed-off-by: Tom Wildenhain tomwi@microsoft.com

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
if tag == '':
tag = [[]]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TF1 complains that list is an unhashable type. We actually want to specify an empty set, which is set([]) not set([[]])

@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit 844eb1b into master Mar 19, 2021
@TomWildenhain-Microsoft TomWildenhain-Microsoft deleted the tom/fix_savedmodel_tf1 branch March 19, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants