Commit 5934fc61 authored by harryskim's avatar harryskim Committed by Michał Karzyński

Fix rendering issue with MXNet workloads (#2109)

parent 2b8feb8c
...@@ -11,7 +11,7 @@ TensorFlow ...@@ -11,7 +11,7 @@ TensorFlow
========== ==========
.. csv-table:: .. csv-table::
:header: "TensorFlow Workloads", "Type" :header: "TensorFlow Workload", "Type"
:widths: 27, 53 :widths: 27, 53
:escape: ~ :escape: ~
...@@ -37,12 +37,12 @@ MXNet ...@@ -37,12 +37,12 @@ MXNet
===== =====
.. csv-table:: .. csv-table::
:header: "MXNet Workloads", "Type" :header: "MXNet Workload", "Type"
:widths: 27, 53 :widths: 27, 53
:escape: ~ :escape: ~
Resnet50 v1 and v2, Image recognition Resnet50 v1 and v2, Image recognition
DenseNet (121, 161, 169, 201), Image recognition DenseNet-121, Image recognition
InceptionV3, Image recognition InceptionV3, Image recognition
InceptionV4, Image recognition InceptionV4, Image recognition
Inception-ResNetv2, Image recognition Inception-ResNetv2, Image recognition
...@@ -66,7 +66,7 @@ Additionally, we validated the following workloads are functional through nGraph ...@@ -66,7 +66,7 @@ Additionally, we validated the following workloads are functional through nGraph
.. csv-table:: .. csv-table::
:header: "Workload", "Type" :header: "ONNX Workload", "Type"
:widths: 27, 53 :widths: 27, 53
:escape: ~ :escape: ~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment