CHIP_NeurIPS2021 icon indicating copy to clipboard operation
CHIP_NeurIPS2021 copied to clipboard

Why is the resnet_56 model composed of basic blocks?

Open jsleeg98 opened this issue 1 year ago • 1 comments

First of all, I appreciate your great work. 

As far as I know, generally, resnet_56 for the CIFAR10 dataset is composed of bottleneck blocks. However, the resnet_56 model in this code is composed of basic blocks. And HRank, too.

Is there any reason to build the resnet_56 model like this?

jsleeg98 avatar Apr 19 '23 07:04 jsleeg98

Resnet_56 contains the basic blocks. Resnet50 is composed of bottleneck blocks.

Eclipsess avatar Jun 22 '23 20:06 Eclipsess