tf.gfile.FastGFile报错UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd0 in position 56: invalid
问题描述:已经将r改成rb,但仍报错,不能读取withtf.gfile.FastGFile(os.path.join(model_exp,model_exp+".pb"),'rb')asf:graph_def=tf.GraphDef()graph_def.ParseFromString(f.read())_=tf.import_graph_def(graph_def,name='')问题解决:这时