ssd_keras icon indicating copy to clipboard operation
ssd_keras copied to clipboard

Dimensions must be equal, but are 512 and 38 for 'conv4_3_norm/mul'

Open TonyZPW opened this issue 5 years ago • 2 comments

when i run SSD.ipynb i got this error

TonyZPW avatar Sep 26 '19 06:09 TonyZPW

I have changed get_output_shape_for to compute_output_shape, but still got the error.

yichengye310 avatar Nov 20 '19 00:11 yichengye310

[#if K.image_dim_ordering() == 'tf': if K.image_data_format() == 'channels_last':] in ssd_layers.py worked in my case

Go-Tak avatar Sep 17 '20 04:09 Go-Tak