Hi! Thanks for the great work!
I have a question related to the Channel-wise Separable Convolutions part in the RNL module.
In your paper, you mention that Fθ should not fuse together information across channels.
But in your code, the parameter of groups in DepthwiseConv3d is not equal to the in_channels, it is "groups = max(in_channels // 32, 1)".
Are there any specific reasons for you to choose this group?
Thank you!
Hi! Thanks for the great work!
I have a question related to the Channel-wise Separable Convolutions part in the RNL module.
In your paper, you mention that Fθ should not fuse together information across channels.
But in your code, the parameter of groups in DepthwiseConv3d is not equal to the in_channels, it is "groups = max(in_channels // 32, 1)".
Are there any specific reasons for you to choose this group?
Thank you!