Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
b0b8c50a
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
b0b8c50a
编写于
6月 27, 2022
作者:
C
cuicheng01
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix MobileViT metrics
上级
22531707
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
8 addition
and
8 deletion
+8
-8
docs/en/algorithm_introduction/ImageNet_models_en.md
docs/en/algorithm_introduction/ImageNet_models_en.md
+2
-2
docs/en/models/MobileViT_en.md
docs/en/models/MobileViT_en.md
+2
-2
docs/zh_CN/algorithm_introduction/ImageNet_models.md
docs/zh_CN/algorithm_introduction/ImageNet_models.md
+2
-2
docs/zh_CN/models/MobileViT.md
docs/zh_CN/models/MobileViT.md
+2
-2
未找到文件。
docs/en/algorithm_introduction/ImageNet_models_en.md
浏览文件 @
b0b8c50a
...
...
@@ -541,9 +541,9 @@ The accuracy and speed indicators of MobileViT series models are shown in the fo
| Model | Top-1 Acc | Top-5 Acc | time(ms)
<br>
bs=1 | time(ms)
<br>
bs=4 | time(ms)
<br/>
bs=8 | FLOPs(M) | Params(M) | Pretrained Model Download Address | Inference Model Download Address |
| ---------- | --------- | --------- | ---------------- | ---------------- | -------- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| MobileViT_XXS | 0.6867 | 0.8878 | - | - | - |
1849.35 | 5.59
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XXS_pretrained.pdparams
)
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XXS_infer.tar
)
|
| MobileViT_XXS | 0.6867 | 0.8878 | - | - | - |
337.24 | 1.28
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XXS_pretrained.pdparams
)
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XXS_infer.tar
)
|
| MobileViT_XS | 0.7454 | 0.9227 | - | - | - | 930.75 | 2.33 |
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XS_pretrained.pdparams
)
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XS_infer.tar
)
|
| MobileViT_S | 0.7814 | 0.9413 | - | - | - |
337.24 | 1.28
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_S_pretrained.pdparams
)
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_S_infer.tar
)
|
| MobileViT_S | 0.7814 | 0.9413 | - | - | - |
1849.35 | 5.59
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_S_pretrained.pdparams
)
|
[
Download link
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_S_infer.tar
)
|
<a
name=
"26"
></a>
...
...
docs/en/models/MobileViT_en.md
浏览文件 @
b0b8c50a
...
...
@@ -18,6 +18,6 @@ MobileViT is a lightweight visual Transformer network that can be used as a gene
| Models | Top1 | Top5 | Reference
<br>
top1 | Reference
<br>
top5 | FLOPs
<br>
(M) | Params
<br>
(M) |
|:--:|:--:|:--:|:--:|:--:|:--:|:--:|
| MobileViT_XXS | 0.6867 | 0.8878 | 0.690 | - |
1849.35 | 5.59
|
| MobileViT_XXS | 0.6867 | 0.8878 | 0.690 | - |
337.24 | 1.28
|
| MobileViT_XS | 0.7454 | 0.9227 | 0.747 | - | 930.75 | 2.33 |
| MobileViT_S | 0.7814 | 0.9413 | 0.783 | - |
337.24 | 1.28
|
| MobileViT_S | 0.7814 | 0.9413 | 0.783 | - |
1849.35 | 5.59
|
docs/zh_CN/algorithm_introduction/ImageNet_models.md
浏览文件 @
b0b8c50a
...
...
@@ -568,9 +568,9 @@ ViT(Vision Transformer) 与 DeiT(Data-efficient Image Transformers)系列模
| 模型 | Top-1 Acc | Top-5 Acc | time(ms)
<br>
bs=1 | time(ms)
<br>
bs=4 | time(ms)
<br/>
bs=8 | FLOPs(M) | Params(M) | 预训练模型下载地址 | inference模型下载地址 |
| ---------- | --------- | --------- | ---------------- | ---------------- | -------- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| MobileViT_XXS | 0.6867 | 0.8878 | - | - | - |
1849.35 | 5.59
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XXS_pretrained.pdparams
)
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XXS_infer.tar
)
|
| MobileViT_XXS | 0.6867 | 0.8878 | - | - | - |
337.24 | 1.28
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XXS_pretrained.pdparams
)
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XXS_infer.tar
)
|
| MobileViT_XS | 0.7454 | 0.9227 | - | - | - | 930.75 | 2.33 |
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_XS_pretrained.pdparams
)
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_XS_infer.tar
)
|
| MobileViT_S | 0.7814 | 0.9413 | - | - | - |
337.24 | 1.28
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_S_pretrained.pdparams
)
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_S_infer.tar
)
|
| MobileViT_S | 0.7814 | 0.9413 | - | - | - |
1849.35 | 5.59
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileViT_S_pretrained.pdparams
)
|
[
下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileViT_S_infer.tar
)
|
<a
name=
"Others"
></a>
...
...
docs/zh_CN/models/MobileViT.md
浏览文件 @
b0b8c50a
...
...
@@ -17,6 +17,6 @@ MobileViT 是一个轻量级的视觉 Transformer 网络,可以用作计算机
| Models | Top1 | Top5 | Reference
<br>
top1 | Reference
<br>
top5 | FLOPs
<br>
(M) | Params
<br>
(M) |
|:--:|:--:|:--:|:--:|:--:|:--:|:--:|
| MobileViT_XXS | 0.6867 | 0.8878 | 0.690 | - |
1849.35 | 5.59
|
| MobileViT_XXS | 0.6867 | 0.8878 | 0.690 | - |
337.24 | 1.28
|
| MobileViT_XS | 0.7454 | 0.9227 | 0.747 | - | 930.75 | 2.33 |
| MobileViT_S | 0.7814 | 0.9413 | 0.783 | - |
337.24 | 1.28
|
| MobileViT_S | 0.7814 | 0.9413 | 0.783 | - |
1849.35 | 5.59
|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录