Skip to content

Commit adf5ff5

Browse files
author
Welt Xing
committed
conv2d参数修改
1 parent e6db71b commit adf5ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydynet/nn/modules/conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def __init__(
6868
in_channels: int,
6969
out_channels: int,
7070
kernel_size: int,
71-
padding: int = 0,
7271
stride: int = 1,
72+
padding: int = 0,
7373
bias: bool = True,
7474
device=None,
7575
dtype=None,

0 commit comments

Comments
 (0)