lutzroeder / netron

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

Unwrap Tensor Iterator layer from OpenVINO IR #274

Closed iefode closed 5 years ago

iefode commented 5 years ago

Reproducing steps:

  1. download xml file with TensorIterator layer, which contain other layers (for example, LSMT cell and etc)
  2. Netron visualized only TensorIterator layer without additional information like internal TI layers.
  3. Double click on TensorIterator layer. Will created new layout with information about TensorIterator layer (type, name, inputs and outputs)
lutzroeder commented 5 years ago

@iefode can you add a sample file to reproduce the issue? @demid5111 can you have a look?

iefode commented 5 years ago

@lutzroeder Alexander have access to our project. I will send him link to model is able to reproduce issue