Skip to content

Commit 84f1d5a

Browse files
authored
Fix missing indentation in html table
It seems that the two indentations for the "Full (all Conv2D layers)" sections in the results table miss the appropriate indentation.
1 parent 604f679 commit 84f1d5a

File tree

1 file changed

+6
-6
lines changed
  • tensorflow_model_optimization/g3doc/guide/clustering

1 file changed

+6
-6
lines changed

tensorflow_model_optimization/g3doc/guide/clustering/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Users can apply clustering with the following APIs:
4646
<th>Size of compressed .tflite (MB)</th>
4747
</tr>
4848
<tr>
49-
<td rowspan="3">MobileNetV1</td>
50-
<td rowspan="3">70.976</td>
51-
<td rowspan="3">14.97</td>
49+
<td rowspan="4">MobileNetV1</td>
50+
<td rowspan="4">70.976</td>
51+
<td rowspan="4">14.97</td>
5252
</tr>
5353
<tr>
5454
<td>Selective (last 3 Conv2D layers)</td>
@@ -69,9 +69,9 @@ Users can apply clustering with the following APIs:
6969
<td>4.43</td>
7070
</tr>
7171
<tr>
72-
<td rowspan="3">MobileNetV2</td>
73-
<td rowspan="3">71.778</td>
74-
<td rowspan="3">12.38</td>
72+
<td rowspan="4">MobileNetV2</td>
73+
<td rowspan="4">71.778</td>
74+
<td rowspan="4">12.38</td>
7575
</tr>
7676
<tr>
7777
<td>Selective (last 3 Conv2D layers)</td>

0 commit comments

Comments
 (0)