摘要: model 1 import torch.nn as nn 2 import torch 3 4 class AlexNet(nn.Module): 5 def __init__(self, num_classes=1000, init_weights=False): 6 super(AlexNet 阅读全文
posted @ 2022-06-20 20:48 Hello'world 阅读(66) 评论(0) 推荐(0) 编辑