Mirror sync ResNet101
Browse files- .gitattributes +1 -0
- README.md +5 -3
- model-card.json +15 -3
- resnet101_fp16_Hi3403V100-NNN.om +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
1700943569813507_res101.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
resnet101.om filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
1700943569813507_res101.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
resnet101.om filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
resnet101_fp16_Hi3403V100-NNN.om filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -48,9 +48,11 @@ ResNet是ImageNet竞赛中分类问题效果较好的网络,它引入了残差
|
|
| 48 |
|
| 49 |
## Files In This Repo
|
| 50 |
|
| 51 |
-
- resnet101.
|
| 52 |
-
-
|
| 53 |
-
-
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Upstream Links
|
| 56 |
|
|
|
|
| 48 |
|
| 49 |
## Files In This Repo
|
| 50 |
|
| 51 |
+
- resnet101.om (编译模型 / A8W8 / A8W8)
|
| 52 |
+
- resnet101_fp16_Hi3403V100-NNN.om (编译模型 / FP16 / FP16)
|
| 53 |
+
- resnet101.onnx (源模型 / 源模型下载)
|
| 54 |
+
- resnet101-63fe2227.pth (源模型 / 源模型下载)
|
| 55 |
+
- SVP_NNN_PC_V1.0.6.0.tgz (工具链 / 工具链)
|
| 56 |
|
| 57 |
## Upstream Links
|
| 58 |
|
model-card.json
CHANGED
|
@@ -20,22 +20,34 @@
|
|
| 20 |
"repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/ResNet101",
|
| 21 |
"licenseUrl": "https://github.com/pytorch/vision/blob/v0.14.0/LICENSE",
|
| 22 |
"downloads": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
{
|
| 24 |
"fileName": "resnet101.onnx",
|
| 25 |
"variants": [
|
| 26 |
-
"源模型 / 源模型
|
| 27 |
]
|
| 28 |
},
|
| 29 |
{
|
| 30 |
"fileName": "resnet101-63fe2227.pth",
|
| 31 |
"variants": [
|
| 32 |
-
"源模型 / 源模型
|
| 33 |
]
|
| 34 |
},
|
| 35 |
{
|
| 36 |
"fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
|
| 37 |
"variants": [
|
| 38 |
-
"
|
| 39 |
]
|
| 40 |
}
|
| 41 |
],
|
|
|
|
| 20 |
"repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/ResNet101",
|
| 21 |
"licenseUrl": "https://github.com/pytorch/vision/blob/v0.14.0/LICENSE",
|
| 22 |
"downloads": [
|
| 23 |
+
{
|
| 24 |
+
"fileName": "resnet101.om",
|
| 25 |
+
"variants": [
|
| 26 |
+
"编译模型 / A8W8 / A8W8"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"fileName": "resnet101_fp16_Hi3403V100-NNN.om",
|
| 31 |
+
"variants": [
|
| 32 |
+
"编译模型 / FP16 / FP16"
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
{
|
| 36 |
"fileName": "resnet101.onnx",
|
| 37 |
"variants": [
|
| 38 |
+
"源模型 / 源模型下载"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"fileName": "resnet101-63fe2227.pth",
|
| 43 |
"variants": [
|
| 44 |
+
"源模型 / 源模型下载"
|
| 45 |
]
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
|
| 49 |
"variants": [
|
| 50 |
+
"工具链 / 工具链"
|
| 51 |
]
|
| 52 |
}
|
| 53 |
],
|
resnet101_fp16_Hi3403V100-NNN.om
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf33c35c8396e643157224b22fe6f00f9b8bc02790dd2464787b84fa9c5a0967
|
| 3 |
+
size 45561433
|