Pytorch之parameters的使用
1.预构建网络classNet(nn.Module):def__init__(self):super(Net,self).__init__()#1inputimagechannel,6outputchannels,5*5
探索与 parameters 相关的精彩内容
1.预构建网络classNet(nn.Module):def__init__(self):super(Net,self).__init__()#1inputimagechannel,6outputchannels,5*5