Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
==Building the application==
===Train the model===
 
 
 
===Prune the model===
</pre>
A much more detailed description of the computational graph , showing all the nodes and the corrisponding operations, is provided as follows:
<pre>
Op: Softmax -- Name: predictions/Softmax
</pre>
 
The structure of the current computational graph can be optimized, using the Graph Transform tool, which is provided within the Tensorflow framework. The tool allows the application of a series of transformations which reduces the complexity of the input graph, erasing all the nodes and the operation which are not useful for the purpose of inference. The list of used transformations is the following one:
<pre>
</pre>
After performing the optimization, the new description of the computational graph is the following one; note that
<pre>
total nodes : 42
</pre>
 
A much more detailed description of the computational graph, showing all the nodes and the corrisponding operations, is provided as follows:
<pre>
dave_user
207
edits