Skip to content

Commit 1072c30

Browse files
committed
typo fix
1 parent f39cd95 commit 1072c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/layer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class MultiSpectralDCTLayer(nn.Module):
6666
"""
6767
Generate dct filters
6868
"""
69-
def __init__(self, width, height, mapper_x, mapper_y, channel):
69+
def __init__(self, height, width, mapper_x, mapper_y, channel):
7070
super(MultiSpectralDCTLayer, self).__init__()
7171

7272
assert len(mapper_x) == len(mapper_y)

0 commit comments

Comments
 (0)