In Tensorboard there is a button save the computation graph as a png, is there a way to export it as vector graphics like eps?
You can use tensorboardX and import SummaryWriter to write scalars. Try to open the tensorboard server in google chrome (make sure you checked the Show data links) and you will have an option to download the current graph as svg file.
Head over to localhost:6006 to see TensorBoard on your local machine. We can see some of the scalar metrics that are provided by default With the linear Classifier. We can also Expand and Zoom into any of these graphs. Double-clicking allows us to zoom out.
Select the Graphs dashboard by tapping “Graphs” at the top. You can also optionally use TensorBoard. dev to create a hosted, shareable experiment. By default, TensorBoard displays the op-level graph.
Graphs are data structures that contain a set of tf. Operation objects, which represent units of computation; and tf. Tensor objects, which represent the units of data that flow between operations. They are defined in a tf. Graph context.
You can save in svg format with SVG Crowbar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With