Skip to content

Commit 96161ac

Browse files
authored
make table into valid Markdown table syntax (huggingface#15337)
1 parent 24e2fa1 commit 96161ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/model_doc/segformer.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Tips:
6767
- As most models, SegFormer comes in different sizes, the details of which can be found in the table below.
6868

6969
| **Model variant** | **Depths** | **Hidden sizes** | **Decoder hidden size** | **Params (M)** | **ImageNet-1k Top 1** |
70+
| :---------------: | ------------- | ------------------- | :---------------------: | :------------: | :-------------------: |
7071
| MiT-b0 | [2, 2, 2, 2] | [32, 64, 160, 256] | 256 | 3.7 | 70.5 |
7172
| MiT-b1 | [2, 2, 2, 2] | [64, 128, 320, 512] | 256 | 14.0 | 78.7 |
7273
| MiT-b2 | [3, 4, 6, 3] | [64, 128, 320, 512] | 768 | 25.4 | 81.6 |

0 commit comments

Comments
 (0)