Skip to content

Commit 1922ca5

Browse files
committed
fix fasternet
1 parent cb98094 commit 1922ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

timm/models/fasternet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
102102
x = shortcut + self.drop_path(self.mlp(x))
103103
return x
104104

105+
105106
class Block(nn.Module):
106107
def __init__(
107108
self,

0 commit comments

Comments
 (0)