We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34467c commit 156fa9fCopy full SHA for 156fa9f
timm/models/dpn.py
@@ -52,7 +52,7 @@ def __init__(
52
num_1x1_c: int,
53
inc: int,
54
groups: int,
55
- block_type: str = 'normal',
+ block_type: str = 'normal',
56
b: bool = False,
57
):
58
super(DualPathBlock, self).__init__()
0 commit comments