AlexNet(Pytorch實現)

github博客傳送門 博客園傳送門 論文在此: ImageNet Classification with Deep Convolutional Neural Networks 網絡結構圖: Pytorch代碼實現: import torch.nn as nn class AlexNet(nn.Module): def __init__(self, num_classes=1000):
相關文章
相關標籤/搜索