imankgoyal / NonDeepNetworks

Official Code for "Non-deep Networks"
BSD 3-Clause "New" or "Revised" License
586 stars 42 forks source link

what is the meaning of 'Shuffle' of fusion block in Fig. A1? #5

Closed jhcha08 closed 2 years ago

jhcha08 commented 2 years ago

Hello. Thank you for your great study. I wonder the meaning of 'Shuffle' of fusion block in Fig. A1. Is it pixel shuffle layer? Please let me know the meaning of that.

Thank you.

imankgoyal commented 2 years ago

Hi @jhcha08,

Thank you so kind words. The shuffle operation is for mixing the channels after concatenation.

Thanks, Ankit

jhcha08 commented 2 years ago

Thank you for your kind response. Then, Is the shuffle operation of your work is same with the shuffle operation in ShuffleNet? Thank you.

imankgoyal commented 2 years ago

Yes it is the same.