Conv parameters #9730
-
code in mmdet/models/utils/res_layer.pys shows below(line 52~58): my question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is a convention when using the official implementation of ResNet in acedamia. In practice, using a larger kernel size (e.g., 3) or pooling layer could yield better performance. |
Beta Was this translation helpful? Give feedback.
It is a convention when using the official implementation of ResNet in acedamia. In practice, using a larger kernel size (e.g., 3) or pooling layer could yield better performance.