コード例 #1
0
 def forward(self, x):
     c3, c4 = backbone_forward(self, x)
     c3 = self.l2_norm(c3)
     return c3, c4
コード例 #2
0
 def forward(self, x):
     return backbone_forward(self, x)