Пример #1
0
 def __init__(self):
     super().__init__(derivatives=AvgPool2DDerivatives())
Пример #2
0
 def __init__(self):
     """Pass derivatives for ``torch.nn.AvgPool2d`` module."""
     super().__init__(AvgPool2DDerivatives())