@specs-feup/onnx2cytoscape
v1.0.2
Published
Tool to convert an ONNX graph into a Cytoscape graph, using Cytoscape.js and decompose its high-level operations into low-level operations.
Downloads
37
Readme
ONNX2Cytoscape
Tool to convert an ONNX graph into a Cytoscape graph, using Cytoscape.js and decompose its high-level operations into low-level operations. The resulting graph maintains its initial structure. That is (as in all ONNX graphs), the nodes represent operations. The graph as a whole takes inputs and returns an output.
Usage: onnx2cytoscape <input_file> [options]
Options:
--version Show version number [boolean]
-o, --output Output resulting graph to a JSON file [string]
-v, --verbosity Control verbosity (0 = silent, 1 = normal/outputs, 2 =
verbose) [number] [default: 1]
--no-optimize Disable optimization steps [boolean] [default: false]
--no-codegen Disable code generation step[boolean] [default: false]
--no-visualization Disable web visualization [boolean] [default: false]
--help Show help [boolean]
You need to provide an input file (ONNX or JSON)