Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
MobileNetV3_tvm
Commits
5e9fa987
Commit
5e9fa987
authored
Jan 04, 2024
by
dcuai
Browse files
Update README.md
parent
cea8529d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
5e9fa987
...
@@ -32,7 +32,7 @@ git clone http://developer.hpccube.com/codes/modelzoo/mobilenet_v3_tvm.git
...
@@ -32,7 +32,7 @@ git clone http://developer.hpccube.com/codes/modelzoo/mobilenet_v3_tvm.git
## 数据集
## 数据集
在本测试中可以使用ImageNet数据集。
在本测试中可以使用ImageNet数据集。
下载ImageNet数据集:https://image-net.org/
下载ImageNet数据集:https://image-net.org/
下载val数据:链接:https://pan.baidu.com/s/1oXsmsYahGVG3uOZ8e535LA?pwd=c3bc 提取码:c3bc 替换ImageNet数据集中的val目录,处理后的
数据结构如下:
数据结构如下:
```
```
data
data
├──imagenet
├──imagenet
...
@@ -56,10 +56,10 @@ Python Deploy测试参考:
...
@@ -56,10 +56,10 @@ Python Deploy测试参考:
export HIP_VISIBLE_DEVICES=2(此处修改为对应加速卡ID号)
export HIP_VISIBLE_DEVICES=2(此处修改为对应加速卡ID号)
python val_onnx.py --test-only --data-path /parastor/DL_DATA/ImageNet-pytorch --model mobilenet_v3_large --b 1 --pretrained
python val_onnx.py --test-only --data-path /parastor/DL_DATA/ImageNet-pytorch --model mobilenet_v3_large --b 1 --pretrained
```
```
##
#
result
## result


## 精度
##
#
精度
测试数据:ImageNet-pytorch,使用的加速卡:Z100L。
测试数据:ImageNet-pytorch,使用的加速卡:Z100L。
```
```
...
@@ -571,12 +571,12 @@ Test: Total time: 0:03:30
...
@@ -571,12 +571,12 @@ Test: Total time: 0:03:30
图像分类
图像分类
### 热点行业
### 热点行业
制造
,
能源
,
交通
,
网安
制造
,
能源
,
交通
,
网安
##
#
源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/mobilenet_v3_tvm
https://developer.hpccube.com/codes/modelzoo/mobilenet_v3_tvm
##
#
参考
## 参考
资料
https://github.com/open-mmlab/mmpretrain
https://github.com/open-mmlab/mmpretrain
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment