Exemplo n.º 1
0
 def __init__(self):
     super().__init__(derivatives=AvgPool2DDerivatives())
Exemplo n.º 2
0
 def __init__(self):
     """Pass derivatives for ``torch.nn.AvgPool2d`` module."""
     super().__init__(AvgPool2DDerivatives())