Trying To Convert Tensorflow Model To Tensorflow Lite, When Running Toco --help Gives Me An Error
I am on Windows 10, python 2.7, tensorflow 1.7. When attempting to call toco - 'toco --help', gives me the next error. File 'appdata\local\programs\python\python36\lib\runpy.py', l
Solution 1:
TensorFlow Lite doesn't yet support Windows. We're working on it...
In the mean time, you may want to look at the work around proposed here -- i.e. set up Virtual Machine.
More specific to the conversion code, moving forward (version 1.9 and beyond) you should use tflite_convert
.
Post a Comment for "Trying To Convert Tensorflow Model To Tensorflow Lite, When Running Toco --help Gives Me An Error"