错误:Input to reshape is a tensor with xxxx values, but the requested shape has xxxxx
运行tensorflow程序,出现上述错误,经过查找资料发现:与tf.decode_raw()函数有关,数据解析类型有误.tf.decode_raw()::将原来tfrecord格式的变量重新变回来转变之前的格式.制作tfrecord数据源时,用to_bytes的形式,把原来不管啥类型的数据写入,变为tfrecord文件.以后要想将原始数据取出来,在decord_raw()时必须指定原始数据的格式