Exemplo n.º 1
0
 def forward(self, x):
     c3, c4 = backbone_forward(self, x)
     c3 = self.l2_norm(c3)
     return c3, c4
Exemplo n.º 2
0
 def forward(self, x):
     return backbone_forward(self, x)