We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e3739 commit 6beb5c4Copy full SHA for 6beb5c4
mmseg/models/decode_heads/isa_head.py
@@ -15,8 +15,6 @@ class SelfAttentionBlock(_SelfAttentionBlock):
15
Args:
16
in_channels (int): Input channels of key/query feature.
17
channels (int): Output channels of key/query transform.
18
- share_key_query (bool): Whether share projection weight between key
19
- and query projection.
20
conv_cfg (dict|None): Config of conv layers.
21
norm_cfg (dict|None): Config of norm layers.
22
act_cfg (dict|None): Config of activation layers.
0 commit comments