Skip to content
Snippets Groups Projects
Commit 94a19463 authored by sennnnn's avatar sennnnn Committed by GitHub
Browse files

[Fix] Fix setr decode head typos. (#787)

parent b4fd32d0
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment