ARM-software / ML-examples

Arm Machine Learning tutorials and examples

Home Page:https://developer.arm.com/technologies/machine-learning-on-arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: no module named tensorflow

ColbyMay opened this issue · comments

I am following the tutorial on yeah-world and have imported tensorflow and verified it was installed.
when running

python train.py example/model.h5 example/yeah example/sitting example/random

I received a import error: no module named tensorflow

corrected this by :
python3 train.py example/model.h5 example/yeah example/sitting example/random

now receiving
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8d in position 1:ordinal not in range(128)

Getting same error. Tried replacing cPickle with pickle, however the load() function stopped working. Pls help

This should have been fixed by the Nov 2019 fix to enable Python 3 compatibility.