ResNeSt icon indicating copy to clipboard operation
ResNeSt copied to clipboard

cardinal and concatenate

Open lrfighting opened this issue 3 years ago • 1 comments

1629885886(1)

Hello, author, as shown in the figure, your paper concatenates multiple cardinal, but I can't find the concatenate code in your code, and I find cardinal = 1. Is it because cardinal = 1 that concatenate splicing is not required? Why do you set cardinal = 1?Thanks !

lrfighting avatar Aug 25 '21 10:08 lrfighting

We use Efficient Radix-major Implementation as described at Section 3.2. It is identical to the architecture described at Section 3.1

zhanghang1989 avatar Jan 17 '22 18:01 zhanghang1989