SSD-Keras_Tensorflow icon indicating copy to clipboard operation
SSD-Keras_Tensorflow copied to clipboard

A bug in resnet.py

Open TangLinJie opened this issue 4 years ago • 0 comments

145:T['res5a'] = conv_block(T['res4f'], 3, [512, 512, 2048], stage=5, block='a', strides=(1, 1), kernel_regularizer=kr) It might be 'strides=(2,2)'.

TangLinJie avatar Nov 22 '20 02:11 TangLinJie