We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5add40 + dc7b10b commit 515c8d8Copy full SHA for 515c8d8
the_well/benchmark/models/dilated_resnet/__init__.py
@@ -69,7 +69,7 @@ def __init__(
69
hidden_dim: int = 32,
70
padding_type: str = "zero",
71
):
72
- super(DilatedResNet, self).__init__(n_spatial_dims, spatial_resolution)
+ super().__init__(n_spatial_dims, spatial_resolution)
73
self.dim_in = dim_in
74
self.dim_out = dim_out
75
self.kernel_size = kernel_size
0 commit comments