DAU-ConvNet icon indicating copy to clipboard operation
DAU-ConvNet copied to clipboard

about the DAU details

Open cannonli7 opened this issue 1 year ago • 2 comments

Thanks for your work. I have a question about the experiment. When testing the dau, did you replace all the convolution module by dau?

cannonli7 avatar May 16 '23 10:05 cannonli7

That depends on the architecture where DAUs were applied. For ResNet, the DAUs replaced only 3x3 conv2d blocks inside residual blocks, while 1x1 networks remained the same. Also, for the first layer we still used conv2d with large kernel (7x7).

You can see the exact architecture we used in Figure 2 in our IJCV paper .

skokec avatar May 16 '23 12:05 skokec

Thank you

cannonli7 avatar May 18 '23 03:05 cannonli7