You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be a bug when using tf, where batch normalization is set to bn_axis=3 in conv_block_td ann identity_block_td that serve the classifier layers in resnet50.
The classifier layers input tensor after ROI pooling is of shape [numBatches, numBoxes, poolSize, poolSize, numChannels], so bn_axis should better be set to -1.
The text was updated successfully, but these errors were encountered:
I think there might be a bug when using tf, where batch normalization is set to bn_axis=3 in conv_block_td ann identity_block_td that serve the classifier layers in resnet50.
The classifier layers input tensor after ROI pooling is of shape [numBatches, numBoxes, poolSize, poolSize, numChannels], so bn_axis should better be set to -1.
The text was updated successfully, but these errors were encountered: