Quantcast
Channel: ValueError: Cannot feed value of shape (64, 200, 75) for Tensor 'TargetsData/Y:0', which has shape '(200, 75)' - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by user1190882 for ValueError: Cannot feed value of shape (64, 200,...

Run the following code: print(classes.shape) You will be getting an output of (64, 200, 75). But your final layer reshape is expecting shape of (200, 75). You will have to supply values with shape of...

View Article



ValueError: Cannot feed value of shape (64, 200, 75) for Tensor...

I know this is a dumb question but I cant seem to figure it out. I feed in a numpy array of (?,200,75) and get this error: ValueError: Cannot feed value of shape (64, 200, 75) for Tensor...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images