摘要: Lenet5 import torch from torch import nn class Lenet5(nn.Module): def __init__(self): super(Lenet5, self).__init__() #conv_unit为卷积层的部分 self.conv_unit= 阅读全文
posted @ 2021-02-01 17:53 克莱比-Kirby 阅读(645) 评论(0) 推荐(0)