Skip to content
Snippets Groups Projects
Commit 09879d92 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added a gallery for all tradeoff curves

parent 4a97485a
No related branches found
No related tags found
No related merge requests found
Showing
with 34 additions and 8 deletions
hpvm/docs/_static/alexnet2_cifar10.png

72.3 KiB

hpvm/docs/_static/alexnet_cifar10.png

76.8 KiB

hpvm/docs/_static/alexnet_imagenet.png

69.8 KiB

hpvm/docs/_static/lenet_mnist.png

60.3 KiB

hpvm/docs/_static/mobilenet_cifar10.png

66 KiB

hpvm/docs/_static/resnet18_cifar10.png

71.2 KiB

hpvm/docs/_static/resnet50_imagenet.png

73.5 KiB

hpvm/docs/_static/vgg16_cifar10.png

77.2 KiB

hpvm/docs/_static/vgg16_cifar100.png

74.6 KiB

......@@ -98,7 +98,7 @@ html_theme_options = {
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path = ["_static"]
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
......
Gallery
=======
This gallery contains example tradeoff curves for the 10 DNN benchmarks in HPVM.
The performances shown are measured on Jetson TX2;
these numbers are close to what is shown in `ApproxTuner <https://dl.acm.org/doi/10.1145/3437801.3446108>`_,
with small differences due to variation in autotuning and profiling.
.. list-table:: Tradeoff curves of 9 benchmark DNN networks.
:widths: 30 30
:header-rows: 0
* - .. image:: _static/lenet_mnist.png
:target: _static/lenet_mnist.png
- .. image:: _static/alexnet2_cifar10.png
:target: _static/alexnet2_cifar10.png
* - .. image:: _static/alexnet_cifar10.png
:target: _static/alexnet_cifar10.png
- .. image:: _static/alexnet_imagenet.png
:target: _static/alexnet_imagenet.png
* - .. image:: _static/vgg16_cifar10.png
:target: _static/vgg16_cifar10.png
- .. image:: _static/vgg16_cifar100.png
:target: _static/vgg16_cifar100.png
* - .. image:: _static/resnet18_cifar10.png
:target: _static/resnet18_cifar10.png
- .. image:: _static/resnet50_imagenet.png
:target: _static/resnet50_imagenet.png
* - .. image:: _static/mobilenet_cifar10.png
:target: _static/mobilenet_cifar10.png
-
......@@ -222,7 +222,7 @@ while ``configs_profiled.png`` shows the final performance-accuracy tradeoff cur
An example of ``configs_profiled.png`` looks like this (proportion of your image may be different):
.. image:: tradeoff-curves/alexnet2_cifar10.png
.. image:: _static/alexnet2_cifar10.png
-----------------------
......
......@@ -54,6 +54,7 @@ Documentation
components/index
specifications/index
developerdocs/index
gallery
Indices and tables
------------------
......
File deleted
hpvm/docs/tradeoff-curves/alexnet2_cifar10.png

25 KiB

File deleted
File deleted
Gallery
=======
This gallery contains example tradeoff curves for the 10 DNN benchmarks in HPVM.
.. image:: alexnet_cifar10.pdf
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment