Conv2d (in_channels=3,out_channels=36,kernel_size=3,stride=1,padding=1) #Shape= (256,12,150,150) self.bn1=nn.BatchNorm2d(num_features=36) #Shape= (256 ...
確定! 回上一頁