tensorflow debug

2018-11-14  本文已影响0人  Aerio_不要坐井观天

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

原因:环境中已经有一个master变量了。
解决方法:重新开一个console,即可。

上一篇下一篇

猜你喜欢

热点阅读