Skip to content

Commit

Permalink
rm unrecognized args from basic layer
Browse files Browse the repository at this point in the history
  • Loading branch information
innat committed Mar 24, 2024
1 parent 4ba6d39 commit c4e8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videoswin/blocks/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def get_config(self):
"window_size": self.window_size,
"num_heads": self.num_heads,
"mlp_ratio": self.mlp_ratio,
"shift_size": self.shift_size,
"depth": self.depth,
"qkv_bias": self.qkv_bias,
"qk_scale": self.qk_scale,
Expand All @@ -158,3 +157,4 @@ def get_config(self):
}
)
return config

0 comments on commit c4e8201

Please sign in to comment.