Going deeper with convolutions

import torchvision.models as models if __name__ == '__main__': googlenet = models.googlenet(pretrained=True) print(googlenet) GoogLeNet( (conv1): BasicConv2d( (conv): Conv2d(3, 64, kern
相關文章
相關標籤/搜索