运行张量流程程序时出现错误

问题描述:

运行张量流程TFRecord示例程序导致以下错误。如何解决它?运行张量流程程序时出现错误

enter image description here

+0

编程问题都更适合StackOverflow的 – Maxim

+0

@Maxim你确定吗? – quintumnia

+0

@quintumnia“不要问...人工智能或机器学习的程序设计” - https://ai.stackexchange.com/tour – Maxim

有一个在第29行错字,应该是

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

,而不是

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