Pytorch池化层汇总

PyTorch学习之池化层(POOLING LAYERS)_mingo_敏-CSDN博客_pytorch 池化1 MaxPooltorch.nn.MaxPool1d(kernel_size, stride=None, padding=0, dilation=1, return_indices=False, ceil_mode=False)torch.nn.MaxPool2d(kernel_size, stride=None, padding=0, dilation=1, return_indices=...https://blog.csdn.net/shanglianlm/article/details/85313924

你可能感兴趣的:(pytorch,深度学习,人工智能)