
resnet变体
resonance_hxh
这个作者很懒,什么都没留下…
展开
-
resnet
flag=0 for k, v in enumerate(self.base): #for k, v in enumerate(base): #print(k,v) x = v(x) #hxh 经过vgg或者resnet的处理? if (k-1,k)[self.model=='resnet'] in extract[self.model]['b']: ...原创 2020-04-23 16:46:56 · 141 阅读 · 0 评论 -
论文阅Improved Residual Networks for Image and Video Recognition
该文章针对resnet中的三个主要模块:信息流的传递、残差模块和跳层连接( Our proposed improvements address all three main components of a ResNet: the flow of information through the network layers, the residual building block, and the p...原创 2020-04-22 11:20:22 · 727 阅读 · 0 评论