Quantcast
Channel: Tflearn, AxlexNet, ValueError: Cannot feed value of shape (64, 277, 277, 3) for Tensor u'InputData/X:0', which has shape '(?, 227, 227, 3)' - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Joshua Howard for Tflearn, AxlexNet, ValueError: Cannot feed value...

As nessuno said in the first comment, you are feeding the wrong size image in to the graph. Change your first line to the following. net = input_data(shape=[None, 277, 277, 3])

View Article



Tflearn, AxlexNet, ValueError: Cannot feed value of shape (64, 277, 277, 3)...

I am trying to used the example AlexNet (https://github.com/tflearn/tflearn/blob/master/examples/images/alexnet.py) with my own data, however I am getting the following error: python alex_net.py I...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images