xmos / ai_tools

AI applications and tools
Other
25 stars 10 forks source link

Errors from steps in getting_started_guide.md #132

Closed ThomasGmeinder closed 4 years ago

ThomasGmeinder commented 4 years ago

Not sure if this is supposed to work yet but I though I capture it here. I'm following the steps in https://github.com/xmos/ai_tools/blob/develop/doc/getting_started_guide.md

I got the first two steps to work but this fails pip install tflite2xcore-0.1.0.tar.gz

The tflite2xcore-0.1.0.tar.gz is not contained in this repo so not sure where to get it from.

From step: xformer.py model_quant.tflite model_xcore.tflite i get: bash: xformer.py: command not found

After I create and activate the ai_tools_venv according to README.md I can execute xformer.py but now it says this: FileNotFoundError: [Errno 2] No such file or directory: '/Users/thomas/dev/AI/ai_tools/model_quant.tflite'

model_quant.tflite does not exist in this repo. I guess I have to convert one of the Tensorflow models in examples/models to tflite using tf.lite.TFLiteConverter but can't find model_quant.

keithm-xmos commented 4 years ago

Yes, the getting started guide will not work as written.