abhaydoke09 / Bilinear-CNN-TensorFlow

This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.
191 stars 72 forks source link

When I run bcnn_DD_woft.py occure some errors #41

Open jiayugedede opened 5 years ago

jiayugedede commented 5 years ago

The error was occur at "vgg = vgg16(imgs, 'vgg16_weights.npz', sess) " The error information is ValueError: Cannot feed value of shape (32,) for Tensor 'Placeholder_1:0', which has shape '(?, 10)'. I use my dataset to run this project.