how to download and convert a pre-trained "inception_v3" example in Tensorflow format:?

211 Views Asked by At

I am just starting to use tensor flow while downloading ML fileby using python API and I am getting the below error

"C:\Users\IVISSW\Desktop\snpe-1.12.0> python ./models/inception_v3/scripts/setup_inceptionv3.py -a ./temp-assets-cache -d File "./models/inception_v3/scripts/setup_inceptionv3.py", line 159 except Exception, err: ^ SyntaxError: invalid syntax"

Is there any solution for that, I tried lots of stuff but could not find any suitable solution.

I am following this tutorial

1

There are 1 best solutions below

0
On

SNPE requires Python 2, make sure you are not running Python 3 by default.

Check with

python --version