ML-examples
ML-examples copied to clipboard
ImportError: no module named tensorflow
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.