Skip to content

Commit 6beb5c4

Browse files
committed
remove redundant docstring
1 parent 99e3739 commit 6beb5c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mmseg/models/decode_heads/isa_head.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class SelfAttentionBlock(_SelfAttentionBlock):
1515
Args:
1616
in_channels (int): Input channels of key/query feature.
1717
channels (int): Output channels of key/query transform.
18-
share_key_query (bool): Whether share projection weight between key
19-
and query projection.
2018
conv_cfg (dict|None): Config of conv layers.
2119
norm_cfg (dict|None): Config of norm layers.
2220
act_cfg (dict|None): Config of activation layers.

0 commit comments

Comments
 (0)