@@ -23,6 +23,7 @@ DLI supports inference using the following frameworks:
23
23
- [ ONNX Runtime] [ onnx-runtime ] .
24
24
- [ MXNet] [ mxnet ] .
25
25
- [ OpenCV DNN] [ opencv-dnn ] (C++ and Python API).
26
+ - [ PyTorch] [ pytorch ] .
26
27
27
28
More information about DLI is available on the web-site
28
29
([ here] [ dli-ru-web-page ] (in Russian)
@@ -99,6 +100,9 @@ Novgorod State University Publishing House, 2021. – 423 p.
99
100
- [ ` validation_results_mxnet_gluon_modelzoo.md ` ] ( results/validation/validation_results_mxnet_gluon_modelzoo.md )
100
101
is a table that confirms correctness of inference implementation
101
102
based on MXNet for [ GluonCV-models] [ gluoncv-omz ] .
103
+ - [ ` validation_results_pytorch.md ` ] ( results/validation/validation_results_pytorch.md )
104
+ is a table that confirms correctness of inference implementation
105
+ based on PyTorch for [ TorchVision] [ torchvision ] .
102
106
103
107
- [ ` mxnet_models_checklist.md ` ] ( results/mxnet_models_checklist.md ) contains a list
104
108
of deep models inferred by MXNet checked in the DLI benchmark.
@@ -108,6 +112,8 @@ Novgorod State University Publishing House, 2021. – 423 p.
108
112
of deep models inferred by TensorFlow checked in the DLI benchmark.
109
113
- [ ` tflite_models_checklist.md ` ] ( results/tflite_models_checklist.md ) contains a list
110
114
of deep models inferred by TensorFlow Lite checked in the DLI benchmark.
115
+ - [ ` pytorch_models_checklist.md ` ] ( results/pytorch_models_checklist.md ) contains a list
116
+ of deep models inferred by PyTorch checked in the DLI benchmark.
111
117
112
118
- ` src ` directory contains benchmark sources.
113
119
@@ -184,11 +190,13 @@ Report questions, issues and suggestions, using:
184
190
[ onnx-runtime-github ] : https://github.com/microsoft/onnxruntime
185
191
[ mxnet ] : https://mxnet.apache.org
186
192
[ opencv-dnn ] : https://docs.opencv.org/4.7.0/d2/d58/tutorial_table_of_content_dnn.html
193
+ [ pytorch ] : https://pytorch.org
187
194
[ benchmark-app ] : https://github.com/openvinotoolkit/openvino/tree/master/samples/cpp/benchmark_app
188
195
[ dli-ru-web-page ] : http://hpc-education.unn.ru/dli-ru
189
196
[ dli-web-page ] : http://hpc-education.unn.ru/dli
190
197
[ open-model-zoo ] : https://github.com/opencv/open_model_zoo
191
198
[ gluoncv-omz ] : https://cv.gluon.ai/model_zoo/index.html
199
+ [ torchvision ] : https://pytorch.org/vision/stable/models.html
192
200
[ mmst-2021 ] : https://hpc-education.unn.ru/files/conference_hpc/2021/MMST2021_Proceedings.pdf
193
201
[ dli-wiki ] : https://github.com/itlab-vision/dl-benchmark/wiki
194
202
[ dli-wiki-build ] : https://github.com/itlab-vision/dl-benchmark/wiki#how-to-build
0 commit comments