From 26f329c20a028b8f568f931c5a57bb6477c9c86f Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Thu, 16 Dec 2021 09:21:36 +0000 Subject: [PATCH] docs: resize pic --- docs/en/ImageNet_models_en.md | 16 ++++++++++------ docs/en/models/models_intro_en.md | 12 +++++++++--- .../algorithm_introduction/ImageNet_models.md | 16 ++++++++++------ docs/zh_CN/models/models_intro.md | 13 +++++++++---- 4 files changed, 38 insertions(+), 19 deletions(-) diff --git a/docs/en/ImageNet_models_en.md b/docs/en/ImageNet_models_en.md index a3471c5f..29d4f47d 100644 --- a/docs/en/ImageNet_models_en.md +++ b/docs/en/ImageNet_models_en.md @@ -8,17 +8,21 @@ Based on the ImageNet-1k classification dataset, the 35 classification network s Curves of accuracy to the inference time of common server-side models are shown as follows. -![](../../images/models/V100_benchmark/v100.fp32.bs1.main_fps_top1_s.png) +
+ +
-Curves of accuracy to the inference time and storage size of common mobile-side models are shown as follows. +Curves of accuracy to the inference time of common mobile-side models are shown as follows. -![](../../images/models/mobile_arm_storage.png) - -![](../../images/models/mobile_arm_top1.png) +
+ +
Curves of accuracy to the inference time of some VisionTransformer models are shown as follows. -![](../../images/models/V100_benchmark/v100.fp32.bs1.visiontransformer.png) +
+ +
### SSLD pretrained models diff --git a/docs/en/models/models_intro_en.md b/docs/en/models/models_intro_en.md index f932adae..feb67f0e 100644 --- a/docs/en/models/models_intro_en.md +++ b/docs/en/models/models_intro_en.md @@ -23,11 +23,17 @@ python tools/infer/predict.py \ --batch_size=1 ``` -![](../../images/models/V100_benchmark/v100.fp32.bs1.main_fps_top1_s.png) +
+ +
-![](../../images/models/mobile_arm_top1.png) +
+ +
-![](../../images/models/V100_benchmark/v100.fp32.bs1.visiontransformer.png) +
+ +
> If you think this document is helpful to you, welcome to give a star to our project:[https://github.com/PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas) diff --git a/docs/zh_CN/algorithm_introduction/ImageNet_models.md b/docs/zh_CN/algorithm_introduction/ImageNet_models.md index 8fb8aaca..e3b3eaac 100644 --- a/docs/zh_CN/algorithm_introduction/ImageNet_models.md +++ b/docs/zh_CN/algorithm_introduction/ImageNet_models.md @@ -44,17 +44,21 @@ 常见服务器端模型的精度指标与其预测耗时的变化曲线如下图所示。 -![](../../images/models/V100_benchmark/v100.fp32.bs1.main_fps_top1_s.png) +
+ +
-常见移动端模型的精度指标与其预测耗时、模型存储大小的变化曲线如下图所示。 +常见移动端模型的精度指标与其预测耗时的变化曲线如下图所示。 -![](../../images/models/mobile_arm_storage.png) - -![](../../images/models/mobile_arm_top1.png) +
+ +
部分VisionTransformer模型的精度指标与其预测耗时的变化曲线如下图所示。 -![](../../images/models/V100_benchmark/v100.fp32.bs1.visiontransformer.png) +
+ +
diff --git a/docs/zh_CN/models/models_intro.md b/docs/zh_CN/models/models_intro.md index b141a8af..99a9d1eb 100644 --- a/docs/zh_CN/models/models_intro.md +++ b/docs/zh_CN/models/models_intro.md @@ -20,12 +20,17 @@ * Intel CPU 的评估环境基于 Intel(R) Xeon(R) Gold 6148。 * GPU 评估环境基于 V100 和 TensorRT。 +
+ +
-![](../../images/models/V100_benchmark/v100.fp32.bs1.main_fps_top1_s.png) +
+ +
-![](../../images/models/mobile_arm_top1.png) - -![](../../images/models/V100_benchmark/v100.fp32.bs1.visiontransformer.png) +
+ +
> 如果您觉得此文档对您有帮助,欢迎 star 我们的项目:[https://github.com/PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas) -- GitLab