运行tensorflow程序时出错

时间:2017-10-13 02:31:42

标签: python machine-learning tensorflow neural-network

运行tensorflow TFRecord示例程序会导致以下错误。如何解决?

enter image description here

1 个答案:

答案 0 :(得分:1)

第29行有一个拼写错误,应该是

example = tf.train.Example(features=tf.train.Features(feature={  # right

而不是

example = tf.train.Example(features=tf.train.Feature(feature={   # wrong!