We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59cf0 commit ae857ffCopy full SHA for ae857ff
fft_conv_pytorch/fft_conv.py
@@ -56,7 +56,7 @@ def fft_conv(
56
kernel: Tensor,
57
bias: Tensor = None,
58
padding: Union[int, Iterable[int]] = 0,
59
- padding_mode: str = 'constant',
+ padding_mode: str = "constant",
60
stride: Union[int, Iterable[int]] = 1,
61
dilation: Union[int, Iterable[int]] = 1,
62
groups: int = 1,
@@ -144,7 +144,7 @@ def __init__(
144
out_channels: int,
145
kernel_size: Union[int, Iterable[int]],
146
147
148
149
150
0 commit comments