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

minor correction to README.md example #13

Closed jnorwood closed 6 years ago

jnorwood commented 6 years ago

just a small thing ... The current cmake build creates bin/nnef-validator, while the README.md example uses bin/nnef-parser.

Example of execution under Linux:

$ cd <NNEF parser build directory>
$ ./bin/nnef-parser ../examples/googlenet_comp.txt --layers
$ ./bin/nnef-parser ../examples/googlenet_flat.txt

jay@JayNorwood /cygdrive/c/nnef/NNEF-Tools/parser/cpp/build $ ls bin/nn* bin/nnef-validator.exe

gyenesvi commented 6 years ago

Right, thanks for spotting that, I corrected the readme.