Quantcast
Channel: ValueError: Cannot feed value of shape (64,) for Tensor 'x:0', which has shape '(?, 128, 128, 1)' - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Jia Long Yang for ValueError: Cannot feed value of shape (64,) for...

the problem is solved. The problem was that I didnt resize my input images to 128*128pixels, which i subsequently did using a PIL script. After which i still encountered the problem, but it was cos...

View Article



Answer by SoonYau for ValueError: Cannot feed value of shape (64,) for Tensor...

Looks like x_batch has different shape (64) as self.x (?, 128, 128,1). You can debug by printing out the shape of x_batch and self.train_images.

View Article

ValueError: Cannot feed value of shape (64,) for Tensor 'x:0', which has...

I have been trying to get this code to work: https://github.com/satyenrajpal/Concrete-Crack-Detection/blob/master/Train_CD.py I have resolve some errors along the way and now Im end up with this code:...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images