Quantcast
Channel: feed placeholder traceback in tensorflow: 'tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Saeid BK for feed placeholder traceback in tensorflow:...

Because y depends on x. Therefore you need to change the last line to: print(session.run(y, ,feed_dict={x: xs_test})) where xs_test is your test data.

View Article



feed placeholder traceback in tensorflow:...

Why does the following piece of code throw an exception? I feed the placeholder via feed_dict= in the for loop, but when I print the values of x or y_tensor, I get the following error message:...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images