lutzroeder / netron

Visualizer for neural network, deep learning and machine learning models
https://netron.app
MIT License
28.36k stars 2.8k forks source link

NNEF support #992

Closed kiritigowda closed 2 years ago

kiritigowda commented 2 years ago

Khronos Neural Net Exchange Format (NNEF) is an open-source model format. It would be good to visualize these models using Netron.

Tools are available for parsing the model file. Integrating the NNEF format natively with Netron would take the same process as other formats such as ONNX.

NNEF - https://www.khronos.org/nnef

NNEF Tools - https://github.com/KhronosGroup/NNEF-Tools

lutzroeder commented 2 years ago

@kiritigowda can you submit a pull request and sign up to support the feature.

lutzroeder commented 6 months ago

Duplicate of #1274