首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
traceb专题
解决ValueError: Shapes (?,) and (28, 28) are not compatible和InvalidArgumentError (see above for traceb
背景:发生在读取tfrecords文件时。情况不一样的话,可以不用往下看了。 在读取tfrecords文件的时候,有这么一段代码。 image = tf.decode_raw(features['image_raw'], tf.uint8) # 按照uint8去解析image.set_shape([784]) # 1*784image = tf.cast(image, tf.floa
阅读更多...