Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- 1700943102148611_eff.png +3 -0
- README.md +66 -0
- SVP_NNN_PC_V1.0.6.0.tgz +3 -0
- efficientnetv2.onnx +3 -0
- efficientnetv2_t_agc-3620981a.pth +3 -0
- model-card.json +331 -0
- vit_base_patch16_224.om +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
vit_base_patch16_224.om filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
1700943102148611_eff.png filter=lfs diff=lfs merge=lfs -text
|
1700943102148611_eff.png
ADDED
|
Git LFS Details
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
tags:
|
| 5 |
+
- hisilicon
|
| 6 |
+
- hispark
|
| 7 |
+
- npu
|
| 8 |
+
- openharmony
|
| 9 |
+
- modelzoo
|
| 10 |
+
- pytorch
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# EfficientNetV2
|
| 14 |
+
|
| 15 |
+
EfficientNetV2是一系列图像分类模型,与现有技术相比,其实现了更好的参数效率和更快的训练速度。基于EfficientNetV1,Efficient NetV2模型使用神经架构搜索(NAS)来联合优化模型大小和训练速度,并以更快的训练和推理速度进行扩展。
|
| 16 |
+
|
| 17 |
+
## Mirror Metadata
|
| 18 |
+
|
| 19 |
+
- Hugging Face repo: shadow-cann/hispark-modelzoo-efficientnetv2
|
| 20 |
+
- Portal model id: hs4fr0150o00
|
| 21 |
+
- Created at: 2025-11-13 21:53:09
|
| 22 |
+
- Updated at: 2025-11-29 14:49:58
|
| 23 |
+
- Category: 计算机视觉
|
| 24 |
+
|
| 25 |
+
## Framework
|
| 26 |
+
|
| 27 |
+
- PyTorch
|
| 28 |
+
|
| 29 |
+
## Supported OS
|
| 30 |
+
|
| 31 |
+
- OpenHarmony
|
| 32 |
+
- Linux
|
| 33 |
+
|
| 34 |
+
## Computing Power
|
| 35 |
+
|
| 36 |
+
- Hi3403V100 SVP_NNN
|
| 37 |
+
- Hi3403V100 NNN
|
| 38 |
+
|
| 39 |
+
## Tags
|
| 40 |
+
|
| 41 |
+
- 分类
|
| 42 |
+
|
| 43 |
+
## Detail Parameters
|
| 44 |
+
|
| 45 |
+
- 输入: 288x288
|
| 46 |
+
- 参数量: 25.530M
|
| 47 |
+
- 计算量: 8.235GFLOPs
|
| 48 |
+
|
| 49 |
+
## Files In This Repo
|
| 50 |
+
|
| 51 |
+
- efficientnetv2.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
|
| 52 |
+
- efficientnetv2_t_agc-3620981a.pth (源模型 / 源模型下载; 源模型 / 源模型元数据)
|
| 53 |
+
- vit_base_patch16_224.om (编译模型 / OM 元数据 / f16)
|
| 54 |
+
- SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
|
| 55 |
+
|
| 56 |
+
## Upstream Links
|
| 57 |
+
|
| 58 |
+
- Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=hs4fr0150o00
|
| 59 |
+
- Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/EfficientNetV2
|
| 60 |
+
- License reference: https://github.com/huggingface/pytorch-image-models/blob/main/LICENSE
|
| 61 |
+
|
| 62 |
+
## Notes
|
| 63 |
+
|
| 64 |
+
- This repository was mirrored from the HiSilicon Developer Portal model card and local downloads captured on 2026-03-27.
|
| 65 |
+
- File ownership follows the portal card mapping, not just filename similarity.
|
| 66 |
+
- Cover image: 1700943102148611_eff.png
|
SVP_NNN_PC_V1.0.6.0.tgz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:536b103d08e9490f968207326798e1fc50ea4234888b73db729cd6e6a04c5d8b
|
| 3 |
+
size 31072256
|
efficientnetv2.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b256965a563ed3da2344c937161aa838e1199c066dbef5802682df09e2738384
|
| 3 |
+
size 54407550
|
efficientnetv2_t_agc-3620981a.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3620981a6fd48fd305a50bc0f8e1bee2e3c1545a7d530f3d6f9fbb2030cf67fb
|
| 3 |
+
size 55190269
|
model-card.json
ADDED
|
@@ -0,0 +1,331 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "EfficientNetV2",
|
| 3 |
+
"id": "hs4fr0150o00",
|
| 4 |
+
"description": "EfficientNetV2是一系列图像分类模型,与现有技术相比,其实现了更好的参数效率和更快的训练速度。基于EfficientNetV1,Efficient NetV2模型使用神经架构搜索(NAS)来联合优化模型大小和训练速度,并以更快的训练和推理速度进行扩展。",
|
| 5 |
+
"category": "计算机视觉",
|
| 6 |
+
"framework": [
|
| 7 |
+
"PyTorch"
|
| 8 |
+
],
|
| 9 |
+
"supportOs": [
|
| 10 |
+
"OpenHarmony",
|
| 11 |
+
"Linux"
|
| 12 |
+
],
|
| 13 |
+
"computingPower": [
|
| 14 |
+
"Hi3403V100 SVP_NNN",
|
| 15 |
+
"Hi3403V100 NNN"
|
| 16 |
+
],
|
| 17 |
+
"tags": [
|
| 18 |
+
"分类"
|
| 19 |
+
],
|
| 20 |
+
"repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/EfficientNetV2",
|
| 21 |
+
"licenseUrl": "https://github.com/huggingface/pytorch-image-models/blob/main/LICENSE",
|
| 22 |
+
"downloads": [
|
| 23 |
+
{
|
| 24 |
+
"fileName": "efficientnetv2.onnx",
|
| 25 |
+
"variants": [
|
| 26 |
+
"源模型 / 源模型下载",
|
| 27 |
+
"源模型 / 源模型元数据"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"fileName": "efficientnetv2_t_agc-3620981a.pth",
|
| 32 |
+
"variants": [
|
| 33 |
+
"源模型 / 源模型下载",
|
| 34 |
+
"源模型 / 源模型元数据"
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"fileName": "vit_base_patch16_224.om",
|
| 39 |
+
"variants": [
|
| 40 |
+
"编译模型 / OM 元数据 / f16"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
|
| 45 |
+
"variants": [
|
| 46 |
+
"附加资源 / 附加资源"
|
| 47 |
+
]
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"apiDetail": {
|
| 51 |
+
"createdBy": 137441035408492,
|
| 52 |
+
"creationDate": "2025-11-13 21:53:09",
|
| 53 |
+
"creationUserCN": "0e900d99dee8461b8",
|
| 54 |
+
"lastUpdatedBy": null,
|
| 55 |
+
"lastUpdateDate": "2025-11-29 14:49:58",
|
| 56 |
+
"lastUpdateUserCN": "0e900d99dee8461b8",
|
| 57 |
+
"rowIdx": -1,
|
| 58 |
+
"id": "hs4fr0150o00",
|
| 59 |
+
"name": "EfficientNetV2",
|
| 60 |
+
"isBeta": 1,
|
| 61 |
+
"betaVersionDesc": "Hi3403V100 SVP_NNN引擎上模型性能待进一步优化",
|
| 62 |
+
"description": "EfficientNetV2是一系列图像分类模型,与现有技术相比,其实现了更好的参数效率和更快的训练速度。基于EfficientNetV1,Efficient NetV2模型使用神经架构搜索(NAS)来联合优化模型大小和训练速度,并以更快的训练和推理速度进行扩展。",
|
| 63 |
+
"parentId": "h8ei3b756c00",
|
| 64 |
+
"coverImageId": 1700943102148611,
|
| 65 |
+
"coverImageUrl": "https://openxinhuo-board-image.obs.cn-east-3.myhuaweicloud.com/1700943102148611%2Feff.png",
|
| 66 |
+
"modelEffectId": null,
|
| 67 |
+
"modelEffectUrl": "",
|
| 68 |
+
"computerVersion": [
|
| 69 |
+
"分类"
|
| 70 |
+
],
|
| 71 |
+
"naturalLanguageProcess": [],
|
| 72 |
+
"multimodal": [],
|
| 73 |
+
"video": [],
|
| 74 |
+
"framework": [
|
| 75 |
+
"PyTorch"
|
| 76 |
+
],
|
| 77 |
+
"modelRepository": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/EfficientNetV2",
|
| 78 |
+
"originModel": [
|
| 79 |
+
{
|
| 80 |
+
"id": "1706935376281603",
|
| 81 |
+
"name": "efficientnetv2.onnx",
|
| 82 |
+
"url": null,
|
| 83 |
+
"size": "54407550"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": "1706935344824322",
|
| 87 |
+
"name": "efficientnetv2_t_agc-3620981a.pth",
|
| 88 |
+
"url": null,
|
| 89 |
+
"size": "55190269"
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"originModelLink": null,
|
| 93 |
+
"dataSet": "https://image-net.org/",
|
| 94 |
+
"modelLicense": "https://github.com/huggingface/pytorch-image-models/blob/main/LICENSE",
|
| 95 |
+
"detailParams": [
|
| 96 |
+
{
|
| 97 |
+
"name": "输入",
|
| 98 |
+
"value": "288x288"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"name": "参数量",
|
| 102 |
+
"value": "25.530M"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"name": "计算量",
|
| 106 |
+
"value": "8.235GFLOPs"
|
| 107 |
+
}
|
| 108 |
+
],
|
| 109 |
+
"quickStart": {
|
| 110 |
+
"url": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/EfficientNetV2",
|
| 111 |
+
"markDownUrl": "",
|
| 112 |
+
"developLanguage": [
|
| 113 |
+
{
|
| 114 |
+
"language": "C++",
|
| 115 |
+
"context": "{\"ops\":[{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"EfficientNetV2模型可以通过以下代码完成快速推理\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"model.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"log.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"using namespace Infer;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"int main()\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"{\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvInit();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string omModelPath = \\\"/path/to/model.om\\\"; // EfficientNetV2模型文件路径 \"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string imagePath = \\\"/path/to/image.jpg\\\"; // 输入图片路径\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::unique_ptr<Model> model = std::make_unique<Model>();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Load(omModelPath, ModelType::EfficientNet) != 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to load model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" auto ret = model->Infer(imagePath, FileType::SingelImageFile);\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (ret.size() == 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to infer model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" model->Unload();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Unload() != 0) {\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to unload model\\\";\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvDeinit();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return 0;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"}\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"备注:上述C++代码依赖的动态库与头文件位于\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/tree/master/samples/common\"},\"insert\":\"/samples/common\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"目录下,编译相关配置参考\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/blob/master/samples/built-in/classification/EfficientNetV2/src/CMakeLists.txt\"},\"insert\":\"CMakeLists.txt\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"。\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\\n\"}]}"
|
| 116 |
+
}
|
| 117 |
+
]
|
| 118 |
+
},
|
| 119 |
+
"status": "released",
|
| 120 |
+
"currentHandler": "",
|
| 121 |
+
"currentHandlerName": null,
|
| 122 |
+
"jsonPath": "https://gitee.com/HiSpark/modelzoo-dev/blob/master/samples/built-in/classification/EfficientNetV2/EfficientNetV2.json",
|
| 123 |
+
"modelAdaptor": [
|
| 124 |
+
{
|
| 125 |
+
"createdBy": null,
|
| 126 |
+
"creationDate": null,
|
| 127 |
+
"creationUserCN": null,
|
| 128 |
+
"lastUpdatedBy": null,
|
| 129 |
+
"lastUpdateDate": null,
|
| 130 |
+
"lastUpdateUserCN": null,
|
| 131 |
+
"rowIdx": -1,
|
| 132 |
+
"id": "i8ttm5k1tc00",
|
| 133 |
+
"name": "Hi3403V100 SVP_NNN",
|
| 134 |
+
"modelId": "hs4fr0150o00",
|
| 135 |
+
"modelName": "EfficientNetV2",
|
| 136 |
+
"supportNames": [
|
| 137 |
+
"a8w8"
|
| 138 |
+
],
|
| 139 |
+
"toolkit": [
|
| 140 |
+
{
|
| 141 |
+
"name": "CANN工具",
|
| 142 |
+
"url": "https://hispark-obs.obs.cn-east-3.myhuaweicloud.com/SVP_NNN_PC_V1.0.6.0.tgz",
|
| 143 |
+
"desc": "Al异构计算架构;提升计算效率的关键平台",
|
| 144 |
+
"imgId": "cann"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"name": "编译工具链",
|
| 148 |
+
"url": "https://gitee.com/HiSpark/pegasus/blob/Beta-v0.9.1/docs/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97.md#241%E5%AE%89%E8%A3%85clang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%99%A8",
|
| 149 |
+
"desc": "高效编译,精准适配;AI性能优化,应用流畅运行",
|
| 150 |
+
"imgId": "tool"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"name": "SDK",
|
| 154 |
+
"url": "https://gitee.com/HiSpark/ss928v100_clang/tree/Beta-v0.9.1/ ",
|
| 155 |
+
"desc": "稳定、易用的设计;支撑客户快速产品量产",
|
| 156 |
+
"imgId": "sdk"
|
| 157 |
+
}
|
| 158 |
+
],
|
| 159 |
+
"supportOs": [
|
| 160 |
+
"OpenHarmony",
|
| 161 |
+
"Linux"
|
| 162 |
+
],
|
| 163 |
+
"supportQuantify": [
|
| 164 |
+
{
|
| 165 |
+
"createdBy": 132241120926760,
|
| 166 |
+
"creationDate": "2026-03-26 20:28:49",
|
| 167 |
+
"creationUserCN": "liaoshibin",
|
| 168 |
+
"lastUpdatedBy": 132241120926760,
|
| 169 |
+
"lastUpdateDate": "2026-03-26 20:28:49",
|
| 170 |
+
"lastUpdateUserCN": "liaoshibin",
|
| 171 |
+
"rowIdx": -1,
|
| 172 |
+
"id": "j6tnvo90tk00",
|
| 173 |
+
"name": "a8w8",
|
| 174 |
+
"computingId": "i8ttm5k1tc00",
|
| 175 |
+
"computingName": "Hi3403V100 SVP_NNN",
|
| 176 |
+
"omOfflineModelUrl": null,
|
| 177 |
+
"omOfflineModelId": 1712879799762947,
|
| 178 |
+
"omOfflineModelSize": "16091832",
|
| 179 |
+
"omOfflineModelName": "efficientnetv2.om",
|
| 180 |
+
"omOfflineModel": [
|
| 181 |
+
{
|
| 182 |
+
"id": "1712879799762947",
|
| 183 |
+
"name": "efficientnetv2.om",
|
| 184 |
+
"url": null,
|
| 185 |
+
"size": "16091832"
|
| 186 |
+
}
|
| 187 |
+
],
|
| 188 |
+
"omOfflineModelLink": null,
|
| 189 |
+
"releaseTime": "2025-11-18",
|
| 190 |
+
"boardOs": null,
|
| 191 |
+
"modelLicense": "https://gitee.com/HiSpark/modelzoo-dev/tree/master/samples/built-in/classification/EfficientNetV2/LICENSE",
|
| 192 |
+
"modelPerformance": [
|
| 193 |
+
{
|
| 194 |
+
"performanceValue": "27.35",
|
| 195 |
+
"unit": "耗时(ms)",
|
| 196 |
+
"desc": ""
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"performanceValue": "36.57",
|
| 200 |
+
"unit": "性能(fps)",
|
| 201 |
+
"desc": ""
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"performanceValue": "55.91",
|
| 205 |
+
"unit": "单帧内存带宽(MB)",
|
| 206 |
+
"desc": ""
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"performanceValue": "20.441",
|
| 210 |
+
"unit": "内存(MB)",
|
| 211 |
+
"desc": ""
|
| 212 |
+
}
|
| 213 |
+
],
|
| 214 |
+
"deleted": 0
|
| 215 |
+
}
|
| 216 |
+
],
|
| 217 |
+
"deleted": 0
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"createdBy": null,
|
| 221 |
+
"creationDate": null,
|
| 222 |
+
"creationUserCN": null,
|
| 223 |
+
"lastUpdatedBy": null,
|
| 224 |
+
"lastUpdateDate": null,
|
| 225 |
+
"lastUpdateUserCN": null,
|
| 226 |
+
"rowIdx": -1,
|
| 227 |
+
"id": "i8ttm5k1tc01",
|
| 228 |
+
"name": "Hi3403V100 NNN",
|
| 229 |
+
"modelId": "hs4fr0150o00",
|
| 230 |
+
"modelName": "EfficientNetV2",
|
| 231 |
+
"supportNames": [
|
| 232 |
+
"f16"
|
| 233 |
+
],
|
| 234 |
+
"toolkit": [
|
| 235 |
+
{
|
| 236 |
+
"name": "CANN工具",
|
| 237 |
+
"url": "",
|
| 238 |
+
"desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
|
| 239 |
+
"imgId": "cann"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"name": "编译工具链",
|
| 243 |
+
"url": "",
|
| 244 |
+
"desc": "aarch64-mix210-linux-gcc;(请联系FAE获取)",
|
| 245 |
+
"imgId": "tool"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"name": "SDK",
|
| 249 |
+
"url": "",
|
| 250 |
+
"desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
|
| 251 |
+
"imgId": "sdk"
|
| 252 |
+
}
|
| 253 |
+
],
|
| 254 |
+
"supportOs": [
|
| 255 |
+
"Linux"
|
| 256 |
+
],
|
| 257 |
+
"supportQuantify": [
|
| 258 |
+
{
|
| 259 |
+
"createdBy": 132241120926760,
|
| 260 |
+
"creationDate": "2026-03-26 20:28:49",
|
| 261 |
+
"creationUserCN": "liaoshibin",
|
| 262 |
+
"lastUpdatedBy": 132241120926760,
|
| 263 |
+
"lastUpdateDate": "2026-03-26 20:28:49",
|
| 264 |
+
"lastUpdateUserCN": "liaoshibin",
|
| 265 |
+
"rowIdx": -1,
|
| 266 |
+
"id": "j6tnvoa8tk00",
|
| 267 |
+
"name": "f16",
|
| 268 |
+
"computingId": "i8ttm5k1tc01",
|
| 269 |
+
"computingName": "Hi3403V100 NNN",
|
| 270 |
+
"omOfflineModelUrl": null,
|
| 271 |
+
"omOfflineModelId": 1712914614583297,
|
| 272 |
+
"omOfflineModelSize": "176647820",
|
| 273 |
+
"omOfflineModelName": "vit_base_patch16_224.om",
|
| 274 |
+
"omOfflineModel": [
|
| 275 |
+
{
|
| 276 |
+
"id": "1712914614583297",
|
| 277 |
+
"name": "vit_base_patch16_224.om",
|
| 278 |
+
"url": null,
|
| 279 |
+
"size": "176647820"
|
| 280 |
+
}
|
| 281 |
+
],
|
| 282 |
+
"omOfflineModelLink": null,
|
| 283 |
+
"releaseTime": "2025-11-18",
|
| 284 |
+
"boardOs": null,
|
| 285 |
+
"modelLicense": "https://gitee.com/HiSpark/modelzoo-dev/tree/master/samples/built-in/classification/EfficientNetV2/LICENSE",
|
| 286 |
+
"modelPerformance": [
|
| 287 |
+
{
|
| 288 |
+
"performanceValue": "36.512",
|
| 289 |
+
"unit": "耗时(ms)",
|
| 290 |
+
"desc": ""
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"performanceValue": "27.388",
|
| 294 |
+
"unit": "性能(fps)",
|
| 295 |
+
"desc": ""
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"performanceValue": "150.156",
|
| 299 |
+
"unit": "单帧内存带宽(MB)",
|
| 300 |
+
"desc": ""
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"performanceValue": "131.914",
|
| 304 |
+
"unit": "内存(MB)",
|
| 305 |
+
"desc": ""
|
| 306 |
+
}
|
| 307 |
+
],
|
| 308 |
+
"deleted": 0
|
| 309 |
+
}
|
| 310 |
+
],
|
| 311 |
+
"deleted": 0
|
| 312 |
+
}
|
| 313 |
+
],
|
| 314 |
+
"saveType": null,
|
| 315 |
+
"deleteType": null,
|
| 316 |
+
"latest": "Y",
|
| 317 |
+
"deleted": 0,
|
| 318 |
+
"modelPhase": "released",
|
| 319 |
+
"remark": null,
|
| 320 |
+
"fileInfo": null,
|
| 321 |
+
"reviewType": null,
|
| 322 |
+
"owner": "0e900d99dee8461b8",
|
| 323 |
+
"ownerBy": 137441035408492,
|
| 324 |
+
"optional": null,
|
| 325 |
+
"optionalList": null,
|
| 326 |
+
"optionalBy": null,
|
| 327 |
+
"downloadNum": 18,
|
| 328 |
+
"collectNum": null,
|
| 329 |
+
"isCollect": null
|
| 330 |
+
}
|
| 331 |
+
}
|
vit_base_patch16_224.om
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:113c86a5805716633a6fa690293df3f3c38a2ac62cb9451bd29041895da74329
|
| 3 |
+
size 91310649
|