Introduction and practice of PyTorch advanced convolutional neural network (GoogLeNet, ResNet)
From Mr. Liu Er of station B PyTorch deep learning practice P11 My study notes
GoogLeNet
one × 1 convolution Last We know that the number of convolutions depends on the number of channels of the input image. one × Convolution can fuse features, change the number of channels and reduce the amount of computation. It is called ...
Added by id10t on Mon, 03 Jan 2022 05:05:07 +0200