I decoded a JPEG image and have it in the shape n_samples x n_features as a two-dimensional numpy.ndarray. I feed this to tensorflow as following:
sess.run(train_step, feed_dict={X : train_set.Features, y_ : train_set.labels})
This returns a TypeError: TypeError: unhashable type: 'numpy.ndarray'.
I think it is a simple issue, but I cannot find good advise on that. Closest I found was this post on stack overflow but as far as I understand, that's what I do.
Xory_is a numpy array, but it should betf.Tensororstrcontaining name of endpoint