Skip to content

Commit 19ed923

Browse files
kuizhiqingweisy11
authored andcommitted
fix typo
1 parent d70668c commit 19ed923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppcls/arch/backbone/legendary_models/swin_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self):
9090

9191
def __call__(self, x, shifts, axis):
9292
if not self.enable:
93-
return padlde.roll(x, shifts, axis)
93+
return paddle.roll(x, shifts, axis)
9494

9595
assert x.dim() == 4
9696
assert len(shifts) == 2

0 commit comments

Comments
 (0)