JiaminRen / RandWireNN

Pytorch Implementation of: "Exploring Randomly Wired Neural Networks for Image Recognition"
274 stars 42 forks source link

请教关于Triplet_unit类的问题 #12

Closed ahong007007 closed 5 years ago

ahong007007 commented 5 years ago

image

请教一下,out = self.conv(out)的输入应该是三个变量,(inplanes, outplanes, stride),为什么写成self.conv(out),谢谢