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

Add hash table support and frozen graph repairing for from_keras #1512

Merged
merged 4 commits into from May 14, 2021

Conversation

TomWildenhain-Microsoft
Copy link
Contributor

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

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
@@ -152,6 +151,46 @@ def fix_freezing_errors(graph_def):
return graph_def


def from_trackable(trackable, concrete_func, inputs, outputs, large_model):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is all from _from_saved_model_v2

@TomWildenhain-Microsoft TomWildenhain-Microsoft force-pushed the tom/fix_from_keras branch 3 times, most recently from 4c4556e to a53b8d9 Compare May 12, 2021 19:48
Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
@TomWildenhain-Microsoft TomWildenhain-Microsoft enabled auto-merge (squash) May 13, 2021 21:57
@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit cb6a213 into master May 14, 2021
@TomWildenhain-Microsoft TomWildenhain-Microsoft deleted the tom/fix_from_keras branch May 14, 2021 15:27
zerollzeng pushed a commit to zerollzeng/tensorflow-onnx that referenced this pull request May 16, 2021
…x#1512)

* Add hash table support and frozen graph repairing for from_keras

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

* Pylint

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
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