fix fasternet

This commit is contained in:
Ryan 2025-05-15 02:28:17 +08:00
parent cb98094792
commit 1922ca5f1b

View File

@ -102,6 +102,7 @@ class MLPBlock(nn.Module):
x = shortcut + self.drop_path(self.mlp(x))
return x
class Block(nn.Module):
def __init__(
self,