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

Readme file is outdated #78

Closed syedaffanhamdani closed 5 years ago

syedaffanhamdani commented 5 years ago

Conversion examples do not match the current supported arguments of the conversion tool. I was able to run the updated parser with following command

./nnef_tools/convert.py --input-framework=nnef \
                        --output-framework=tensorflow-pb \
                        --input-model=out/nnef/frozen_inception_v1/model.nnef.tgz \
                        --output-directory=out/tensorflow-pb/frozen_inception_v1.pb 
gyenesvi commented 5 years ago

Are you sure you have updated to the latest code? The code on github (the command line args in convert.py) seems to match the readme.

syedaffanhamdani commented 5 years ago

Okay, my bad! After pulling the latest code it is as you say. Thanks.