[Fix] Fix setr decode head typos. (#787)
parent
b4fd32d049
commit
94a1946351
|
@ -11,7 +11,7 @@ from .decode_head import BaseDecodeHead
|
|||
class SETRMLAHead(BaseDecodeHead):
|
||||
"""Multi level feature aggretation head of SETR.
|
||||
|
||||
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
|
||||
MLA head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
|
||||
|
||||
Args:
|
||||
mlahead_channels (int): Channels of conv-conv-4x of multi-level feature
|
||||
|
|
|
@ -10,7 +10,7 @@ from .decode_head import BaseDecodeHead
|
|||
class SETRUPHead(BaseDecodeHead):
|
||||
"""Naive upsampling head and Progressive upsampling head of SETR.
|
||||
|
||||
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`.
|
||||
Naive or PUP head of `SETR <https://arxiv.org/pdf/2012.15840.pdf>`_.
|
||||
|
||||
Args:
|
||||
norm_layer (dict): Config dict for input normalization.
|
||||
|
|
Loading…
Reference in New Issue