You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: