无法为形状为((?,299,299,3)'的Tensor'导入/占位符:0'输入形状(1、229、229、3)的值

时间:2019-07-19 22:38:36

标签: python tensorflow

我已经基于以下git重新训练了Inception ResNet v2:https://github.com/isobar-us/multilabel-image-classification-tensorflow/tree/master/tf-multi-label-detection,当我尝试运行label_image.py时,它给了我ValueError:无法输入shape的值(1、229、229, 3)对于Tensor'import / Placeholder:0',其形状为'(?,299,299,3)'

我尝试将张量重塑为(299,299,3),但是它抛出了类似的错误

所有代码都在git中,我正在运行的命令是python label_image.py --input_height=229 --input_width=229 --graph=/tmp/output_graph.pb --labels=labels.txt --input_layer=Placeholder --output_layer=final_result --image=test.jpg

0 个答案:

没有答案