You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
提示
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'y-input' with dtype float and shape [?,1]
[[{{node y-input}}]]
提示
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'y-input' with dtype float and shape [?,1]
[[{{node y-input}}]]
小白,猜测与y_没有被赋值有关
但样例里y_用的是tf.placeholder,此后没有再被赋值