iamhankai / attribute-aware-attention

[ACM MM 2018] Attribute-Aware Attention Model for Fine-grained Representation Learning
https://arxiv.org/abs/1901.00392
156 stars 30 forks source link

ValueError: Negative dimension size caused by subtracting 2 from 1 for 'MaxPool_1' (op: 'MaxPool') with input shapes: [?,1,224,128]. #16

Closed EpilogueCc closed 5 years ago

EpilogueCc commented 5 years ago

I have changed image_data_format in keras.json , but still says this

iamhankai commented 5 years ago

I guess [?,1,224,128] should be [?,224,128,1].