MrChen18 / CGSANet

GNU General Public License v3.0
13 stars 1 forks source link

Missing pool operator? #5

Closed Billy-ZTB closed 2 months ago

Billy-ZTB commented 2 months ago

Hello! I read the code in CGSANet.py and found that maybe there should be a maxpool with stride =2 after self.inrelu. There is no max pool operation in layer1 of resnet. image