drewlinsley / GEDI

3 stars 1 forks source link

test_vgg16_placeholder.py is having some issues and not running correctly #7

Open jlinsley1983 opened 6 years ago

jlinsley1983 commented 6 years ago

Nick is still unable to get it to run, getting this error: "ValueError: Cannot feed value of shape (16, 224, 224, 3) for Tensor u'images:0', which has shape '(?, 224, 224, 1)'"

drewlinsley commented 6 years ago

Added some error handling to the script. I think this could be because config.model_image_size is set to something like height/width/1 but the script is expecting that to be height/width/3.