graph_def_editor
graph_def_editor copied to clipboard
GraphDef Editor: A port of the TensorFlow contrib.graph_editor package that operates over serialized graphs
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Hello,Do you knwo how to change operation name in the graph?Which api should I use?
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?...
Hello, I'm currently using your library to do some operations on the graph of a model in TensorFlow 2, and I'm having some issues with figuring out the proper way...
Every time that I've used the `reroute_ts()` function in `reroute.py`, I've ended up putting the arguments in the wrong order. Mixing up the `ts0` and `ts1` args to this function...
Add a script to the project that generates a set of API documentation for GDE by invoking `pydoc` or a similar utility. The docs should come out in markdown and...
Set up continuous integration for the project. Run a PEP8 linter and all tests when PRs are created. Add a script to the project so that devs can easily run...
The file `graph_def_editor/select.py` contains various routines for selecting subsets of a graph's nodes and/or tensors. A few issues with the current organization of this file: * Adds 18 functions to...
The `change_batch_size` rewrite (see #4) works by putting the new batch size in place at the input nodes, then propagating the batch size through the rest of the graph by...
Hello there @purpledog! Just a friendly FYI: We at IBM's CODAIT center have been working on a new version of your code in TensorFlow's `contrib.graph_editor` module. See the parent project...