We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6db71b commit adf5ff5Copy full SHA for adf5ff5
1 file changed
pydynet/nn/modules/conv.py
@@ -68,8 +68,8 @@ def __init__(
68
in_channels: int,
69
out_channels: int,
70
kernel_size: int,
71
- padding: int = 0,
72
stride: int = 1,
+ padding: int = 0,
73
bias: bool = True,
74
device=None,
75
dtype=None,
0 commit comments