We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a tensorflow saved model pb.
I would like to replace part of that pb (a subgraph) with a custom operator.
Is something like this feasible using this framework? If not currently I am willing to help contribute if in general this an be achieved.
The text was updated successfully, but these errors were encountered:
Yes, it is definitely possible, in fact it is one of the main use cases for graph editor.
Also I realized that there are no good examples how to do this. Probably this is the best one:
graph_def_editor/graph_def_editor/rewrite.py
Line 377 in f3e0c85
The process is following:
Sorry, something went wrong.
No branches or pull requests
I have a tensorflow saved model pb.
I would like to replace part of that pb (a subgraph) with a custom operator.
Is something like this feasible using this framework? If not currently I am willing to help contribute if in general this an be achieved.
The text was updated successfully, but these errors were encountered: