DingXiaoH/RepLKNet-pytorch

Using DW 3x3 in stem block

quannguyen268 opened this issue · 0 comments

Thank you for such a great paper, however I have some questions.
In section 4.1, you stated in the paper that : "we arrange a DW 3×3 layer to capture low-level patterns". Can you explain more about :

  1. How DW 3x3 layer can capture low-level patterns ?
  2. Does Conv 3x3 has that attribute ?
  3. Why don't you use 1 conv 3x3 instead of dw 3x3 and conv 1x1 ?