netron
netron copied to clipboard
TensorFlow: Func attribute support
- OS and browser version: Ubuntu20 + Chrome 97.0.4692.99
- Netron version 5.6.6
Steps to Reproduce:
- Take attached file and change extension to .pbtxt (this was changed due to GitHub restrictions). This model is build by Protobuf GraphDef structure that enables func structure.
- Load with Web Netron
- Press on Placeholder node to view attributes.
Current behavior: OutTensorInfo parameter is of type func and cannot be viewed. If pressing OutTensorInfo link, it doesn't show the data. Expected behavior: OutTensorInfo parameter can be shown and collapses/de-collapses after clicking "+" button.
Please attach or link model files to reproduce the issue if necessary. myModel.txt
In general, it would suffice to simply display TF func's as key-value maps, as this is the way they are written in the protobuf file.
Furthermore, we also use list of funcs for some of our models, so it would be great if this was supported too.