Esempio n. 1
0
 def __init__(self):
     super().__init__(derivatives=MaxPool2DDerivatives())
Esempio n. 2
0
 def __init__(self):
     """Pass derivatives for ``torch.nn.MaxPool2d`` module."""
     super().__init__(MaxPool2DDerivatives())