ssd_keras
ssd_keras copied to clipboard
Dimensions must be equal, but are 512 and 38 for 'conv4_3_norm/mul'
when i run SSD.ipynb i got this error
I have changed get_output_shape_for to compute_output_shape, but still got the error.
[#if K.image_dim_ordering() == 'tf': if K.image_data_format() == 'channels_last':] in ssd_layers.py worked in my case