unicodeDecodeError: utf-8 codec can't decode byte 0x89 in position 0: invalid start byte
原因在于:
with tf.gfile.Open(filepath) as f:
解決方法:將這一行注釋掉
argument --master: conflicting option string: --master
原因:環(huán)境中已經(jīng)有一個(gè)master變量了。
解決方法:重新開(kāi)一個(gè)console,即可。