查看Pytorch网络的各层输出(feature map)、权重(weight)、偏置(bias)
下载地址BatchNorm2d参数量torch.nn.BatchNorm2d(num_features,eps=1e-05,momentum=0.1,affine=True,track_running_stats=True)#卷积层中卷积核的数量Cnum_features–Cfromanexpectedinputofsize(N,C,H,W)>>>importtorch>>>m=torch.nn.