tensorflow-image-classification icon indicating copy to clipboard operation
tensorflow-image-classification copied to clipboard

ValueError!!

Open jw147520 opened this issue 7 years ago • 1 comments

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??

jw147520 avatar May 24 '17 03:05 jw147520

I also needed to modify IMAGE_PIXEL in model.py

jw147520 avatar May 24 '17 04:05 jw147520