From 96161ac408adf46292e9c613288b924d70b17a24 Mon Sep 17 00:00:00 2001 From: Jacob Deppen Date: Wed, 26 Jan 2022 07:10:00 -0500 Subject: [PATCH] make table into valid Markdown table syntax (#15337) --- docs/source/model_doc/segformer.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/model_doc/segformer.mdx b/docs/source/model_doc/segformer.mdx index 04e1d3bc02..9406891ef3 100644 --- a/docs/source/model_doc/segformer.mdx +++ b/docs/source/model_doc/segformer.mdx @@ -67,6 +67,7 @@ Tips: - As most models, SegFormer comes in different sizes, the details of which can be found in the table below. | **Model variant** | **Depths** | **Hidden sizes** | **Decoder hidden size** | **Params (M)** | **ImageNet-1k Top 1** | +| :---------------: | ------------- | ------------------- | :---------------------: | :------------: | :-------------------: | | MiT-b0 | [2, 2, 2, 2] | [32, 64, 160, 256] | 256 | 3.7 | 70.5 | | MiT-b1 | [2, 2, 2, 2] | [64, 128, 320, 512] | 256 | 14.0 | 78.7 | | MiT-b2 | [3, 4, 6, 3] | [64, 128, 320, 512] | 768 | 25.4 | 81.6 |