We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tex_pdf/tutorials/c2s01_minist_beginners.tex 263行 y = tf.placeholder("float", [None,10]) 应为 y_ = tf.placeholder("float", [None,10])