Skip to content

Commit

Permalink
Fix table format
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleZombie committed Jan 26, 2022
1 parent c1564f9 commit 6d99b3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/en/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" colspan="2">T4</td>
<td align="center" colspan="2">SnapDragon888</td>
<td align="center" colspan="2">Adreno660</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -191,7 +191,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" rowspan="3">Input</td>
<td align="center" colspan="6">T4</td>
<td align="center" colspan="2">T4</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -324,7 +324,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" rowspan="3">Input</td>
<td align="center" colspan="2">SnapDragon888</td>
<td align="center" colspan="2">Adreno660</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -389,7 +389,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" rowspan="3">Input</td>
<td align="center" colspan="6">T4</td>
<td align="center" colspan="2">T4</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -460,7 +460,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" colspan="2">T4</td>
<td align="center" colspan="2">SnapDragon888</td>
<td align="center" colspan="2">Adreno660</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -543,7 +543,7 @@ Users can directly test the speed through [how_to_measure_performance_of_models.
<td align="center" rowspan="3">Input</td>
<td align="center" colspan="6">T4</td>
<td align="center" colspan="2">T4</td>
<td rowspan="3">model config file</td>
<td align="center" rowspan="3">model config file</td>
</tr>
<tr>
<td align="center" colspan="2">fp32</td>
Expand Down Expand Up @@ -652,7 +652,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](tut
<td align="center">fp16</td>
<td align="center">int8</td>
<td align="center">fp16</td>
<td>model config file</td>
<td align="center"> model config file</td>
</tr>
<tr>
<td align="center" rowspan="2">ResNet-18</td>
Expand Down Expand Up @@ -813,7 +813,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](tut
<td align="center">int8</td>
<td align="center">fp16</td>
<td align="center">fp32</td>
<td>model config file</td>
<td align="center" >model config file</td>
</tr>
<tr>
<td align="center">YOLOV3</td>
Expand Down Expand Up @@ -997,7 +997,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](tut
<td align="center">fp16</td>
<td align="center">int8</td>
<td align="center">fp16</td>
<td>model config file</td>
<td align="center">model config file</td>
</tr>
<tr>
<td align="center" rowspan="2">SRCNN</td>
Expand Down Expand Up @@ -1186,7 +1186,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](tut
<td align="center">int8</td>
<td align="center">fp16</td>
<td align="center">fp32</td>
<td>model config file</td>
<td align="center">model config file</td>
</tr>
<tr>
<td align="center" rowspan="3">DBNet*</td>
Expand Down Expand Up @@ -1280,7 +1280,7 @@ Users can directly test the performance through [how_to_evaluate_a_model.md](tut
<td align="center">fp16</td>
<td align="center">int8</td>
<td align="center">fp16</td>
<td>model config file</td>
<td align="center">model config file</td>
</tr>
<tr>
<td align="center">FCN</td>
Expand Down

0 comments on commit 6d99b3f

Please sign in to comment.