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

Issue with converting tools #122

Closed jianshitansuantong233 closed 4 years ago

jianshitansuantong233 commented 4 years ago

Hi, I have run into this issue when trying to convert from onnx to nnef. The error message is attached below: 12c3ed813b087fc4bf86049cdfb4259

Does anyone know what is causing this?

gyenesvi commented 4 years ago

Your model seems to be old, and in that version of ONNX there was no 'steps' argument to 'slice' operator. I have added a fix, can you try now? (you'll have to reinstall the NNEF module)

jianshitansuantong233 commented 4 years ago

yes it works. Thanks!