tensorflow-image-classification
tensorflow-image-classification copied to clipboard
ValueError!!
I'm getting an error like following
File "classify.py", line 184, in run_training _, loss_value = sess.run([train_op, loss], feed_dict=feed_dict) ValueError: Cannot feed value of shape (50, 1600) for Tensor u'Placeholder:0', which has shape '(50, 57600)'
Do you have any idea why I'm getting this error??
I also needed to modify IMAGE_PIXEL in model.py