KhronosGroup / NNEF-Tools

The NNEF Tools repository contains tools to generate and consume NNEF documents
https://www.khronos.org/nnef
222 stars 57 forks source link

NNEF Model Converter Unsupported OP: LSTM #119

Closed kobeyu closed 4 years ago

kobeyu commented 4 years ago

Hi I want to convert a onnx model to NNEF, But nnef model converter does not support op "LSTM", Do you have plans to support it?

crnn onnx model: https://drive.google.com/file/d/1XjXJl_tNc4ABU8-N5gTWjqmf4MBQkUmB/view?usp=sharing NNEF-tools: commit a92ad54529dbbb0981b3b10e3f27b19a969cf5f6

gyenesvi commented 4 years ago

Unfortunately it is not supported at the moment and we don't have ongoing plans for supporting it, maybe at some later point in the future.

What is your goal with using NNEF? What do you want to feed the converted model into?