解析函数 def pres_tf(example_proto) dics={} dics['lable']=tf.FixedLenFeature((),dtype=tf.int64,default_value=0) dics['image']=tf.FixedLenFeature((),dtype=tf.string,default_value='')parsed=tf.decode_raw(parsed_single_example——example(serialized=example_proto,features=dics) image= tf.decode-ra...