Skip to content

Commit 15da35e

Browse files
authored
To add Zetane in the visualization section in the ONNX tutorial page (#237)
Signed-off-by: MinaAm <[email protected]>
1 parent 500d7b1 commit 15da35e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,20 @@ Once you have an ONNX model, it can be scored with a variety of tools.
9191
### ONNX Custom Operators
9292
* [How to export Pytorch model with custom op to ONNX and run it in ONNX Runtime](PyTorchCustomOperator/README.md)
9393

94+
## Visualizing ONNX Models
95+
96+
* [Netdrawer: Visualizing ONNX models](tutorials/VisualizingAModel.md)
97+
* [Netron: Viewer for ONNX models](https://github.com/lutzroeder/Netron)
98+
* [Zetane: 3D visualizer for ONNX models and internal tensors](https://github.com/zetane/viewer)
99+
94100
## Other ONNX tools
95101

96102
* [Verifying correctness and comparing performance](tutorials/CorrectnessVerificationAndPerformanceComparison.ipynb)
97-
* [Visualizing an ONNX model](tutorials/VisualizingAModel.md) (useful for debugging)
98-
* [Netron: a viewer for ONNX models](https://github.com/lutzroeder/Netron)
99103
* [Example of operating on ONNX protobuf](https://github.com/onnx/onnx/blob/master/onnx/examples/Protobufs.ipynb)
100104
* [Float16 <-> Float32 converter](https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/converter_scripts/float32_float16_onnx.ipynb)
101105
* [Version conversion](tutorials/VersionConversion.md)
102106

107+
103108
## Contributing
104109

105110
We welcome improvements to the convertor tools and contributions of new ONNX bindings. Check out [contributor guide](https://github.com/onnx/onnx/blob/master/docs/CONTRIBUTING.md) to get started.

0 commit comments

Comments
 (0)