Skip to content

Commit

Permalink
change in the benchmarks page file structure (#107)
Browse files Browse the repository at this point in the history
csv moved to static, rst links adjusted, publish.yml removed two lines responsible for folder creation and file copy
merging without review as a test
  • Loading branch information
kblaszczak-intel authored Aug 24, 2022
1 parent 105548b commit db3fa45
Show file tree
Hide file tree
Showing 19 changed files with 552 additions and 581 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
./install_dependencies.sh
sphinx-build -b html . _build/html
touch _build/html/.nojekyll
mkdir -p _build/html/pages/documentation/performance-benchmarks/_assets
cp -r pages/documentation/performance-benchmarks/_assets/*.csv _build/html/pages/documentation/performance-benchmarks/_assets/
- name: Push the docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1,074 changes: 537 additions & 537 deletions ...nce-benchmarks/_assets/OV-2022.2-7614.csv → _static/benchmarks_csv/OV-2022.2-7614.csv
100755 → 100644

Large diffs are not rendered by default.

File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,105 +54,105 @@ bert-base-cased [124]

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/bert-base-cased124.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/bert-base-cased124.csv"></div>

bert-large-uncased-whole-word-masking-squad-int8-0001 [384]
-----------------------------------------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/bert-large-uncased-whole-word-masking-squad-int8-0001-384.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/bert-large-uncased-whole-word-masking-squad-int8-0001-384.csv"></div>

deeplabv3-TF [513x513]
----------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/deeplabv3-TF-513x513.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/deeplabv3-TF-513x513.csv"></div>

densenet-121-TF [224x224]
-------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/densenet-121-TF-224x224.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/densenet-121-TF-224x224.csv"></div>

efficientdet-d0 [512x512]
-------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/efficientdet-d0-512x512.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/efficientdet-d0-512x512.csv"></div>

faster-rcnn-resnet50-coco-TF [600x1024]
---------------------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/faster_rcnn_resnet50_coco-TF-600x1024.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/faster_rcnn_resnet50_coco-TF-600x1024.csv"></div>

inception-v4-TF [299x299]
-------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/inception-v4-TF-299x299.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/inception-v4-TF-299x299.csv"></div>

mobilenet-ssd-CF [300x300]
--------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/mobilenet-ssd-CF-300x300.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/mobilenet-ssd-CF-300x300.csv"></div>

mobilenet-v2-pytorch [224x224]
------------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/mobilenet-v2-pytorch-224x224.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/mobilenet-v2-pytorch-224x224.csv"></div>

resnet-18-pytorch [224x224]
---------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/resnet-18-pytorch-224x224.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/resnet-18-pytorch-224x224.csv"></div>

resnet_50_TF [224x224]
----------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/resnet-50-TF-224x224.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/resnet-50-TF-224x224.csv"></div>

ssd-resnet34-1200-onnx [1200x1200]
----------------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/ssd-resnet34-1200-onnx-1200x1200.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/ssd-resnet34-1200-onnx-1200x1200.csv"></div>

unet-camvid-onnx-0001 [368x480]
-------------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/unet-camvid-onnx-0001-368x480.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/unet-camvid-onnx-0001-368x480.csv"></div>

yolo-v3-tiny-tf [416x416]
-------------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/yolo-v3-tiny-tf-416x416.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/yolo-v3-tiny-tf-416x416.csv"></div>

yolo_v4-tf [608x608]
--------------------

.. raw:: html

<div class="chart-block" data-loadcsv="./_assets/yolo_v4-tf-608x608.csv"></div>
<div class="chart-block" data-loadcsv="/_static/benchmarks_csv/yolo_v4-tf-608x608.csv"></div>

© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.

0 comments on commit db3fa45

Please sign in to comment.