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
dcuai
dlexamples
Commits
83db3b2f
Commit
83db3b2f
authored
Jan 15, 2023
by
sunxx1
Browse files
Merge branch 'sun_22.10' into 'main'
Sun 22.10 See merge request dcutoolkit/deeplearing/dlexamples_new!52
parents
5c10a883
f74d77fb
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
9 deletions
+23
-9
PyTorch/Recommendation/dlrm/input/dist_emb_0.log
PyTorch/Recommendation/dlrm/input/dist_emb_0.log
+3
-0
PyTorch/Recommendation/dlrm/input/dist_emb_1.log
PyTorch/Recommendation/dlrm/input/dist_emb_1.log
+3
-0
PyTorch/Recommendation/dlrm/input/dist_emb_2.log
PyTorch/Recommendation/dlrm/input/dist_emb_2.log
+3
-0
PyTorch/Recommendation/dlrm/input/trace.log
PyTorch/Recommendation/dlrm/input/trace.log
+1
-0
README.md
README.md
+12
-8
openmmlab_test/mmdetection-2.25.2/train.md
openmmlab_test/mmdetection-2.25.2/train.md
+1
-1
No files found.
PyTorch/Recommendation/dlrm/input/dist_emb_0.log
0 → 100644
View file @
83db3b2f
1, 2, 3, 4, 5, 6
0, 1, 3, 4, 5
0.55, 0.64, 0.82, 0.91, 1.0
PyTorch/Recommendation/dlrm/input/dist_emb_1.log
0 → 100644
View file @
83db3b2f
1, 2, 3, 4, 5, 6
0, 1, 3, 4, 5
0.55, 0.64, 0.82, 0.91, 1.0
PyTorch/Recommendation/dlrm/input/dist_emb_2.log
0 → 100644
View file @
83db3b2f
1, 2, 3, 4, 5, 6
0, 1, 3, 4, 5
0.55, 0.64, 0.82, 0.91, 1.0
PyTorch/Recommendation/dlrm/input/trace.log
0 → 100644
View file @
83db3b2f
1, 2, 3, 4, 5, 3, 4, 1, 1, 6, 3
README.md
View file @
83db3b2f
...
@@ -5,17 +5,21 @@ DCU深度学习样例
...
@@ -5,17 +5,21 @@ DCU深度学习样例
# 介绍
# 介绍
基于PyTorch和TensorFlow深度学习框架在各个领域的常用测试样例
基于PyTorch和TensorFlow
、Keras等
深度学习框架在各个领域的常用测试样例
.
# Compute Vision
# Compute Vision
## Classification
## Classification
| 框架 | 版本 | DCU | 精度 | 多DCU | 支持网络 | 代码位置
| 框架 | 版本 | DCU | 精度 | 多DCU | 支持网络 | 代码位置
|
| :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: |
| :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: |
| TensorFlow | v1.15 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.100.3/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow/ComputeVision/Classification
)
|
| TensorFlow | v2.7 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3 |
[
classfication
](
http://10.0.100.3/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow2x/Classification
)
|
| PyTorch | v1.10 | Yes | FP32/FP16 | Yes | ResNet50/Vgg16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.100.3/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/PyTorch/Compute-Vision/Accuracy_Validation/ResNet50
)
|
| TensorFlow | v1.15 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow/ComputeVision/Classification
)
|
| TensorFlow | v1.15 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow/ComputeVision/Classification
)
|
| TensorFlow | v2.7 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow2x/Classification
)
|
| TensorFlow | v2.7 | Yes | FP32/FP16 | Yes | ResNet50/VGG16/Inception-V3 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/TensorFlow2x/Classification
)
|
| PyTorch | v1.10 | Yes | FP32/FP16 | Yes | ResNet50/Vgg16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/PyTorch/Compute-Vision/Accuracy_Validation/ResNet50
)
|
| PyTorch | v1.10 | Yes | FP32/FP16 | Yes | ResNet50/Vgg16/Inception-V3/MobileNet-V2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/PyTorch/Compute-Vision/Accuracy_Validation/ResNet50
)
|
| keras | v2.9 | Yes | FP32 | Yes | Densenet121/Efficientnetv2s/ResNet101/DarkNet53/RegNetX064/resnet50v2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/blob/main/Keras/keras-cv/examples/training/classification/imagenet
)
|
| Keras | v2.9 | Yes | FP32 | Yes | Densenet121/Efficientnetv2s/ResNet101/DarkNet53/RegNetX064/resnet50v2 |
[
classfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/blob/main/Keras/keras-cv/examples/training/classification/imagenet
)
|
<br>
<br>
...
@@ -89,10 +93,10 @@ DCU深度学习样例
...
@@ -89,10 +93,10 @@ DCU深度学习样例
## OpenMMlab
## OpenMMlab
| 类别 | 版本 | DCU | 精度 | 多DCU | 支持网络 | 代码位置
| 类别 | 版本 | DCU | 精度 | 多DCU | 支持网络 | 代码位置
|
| :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: |
| :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: |
| mmcl
s
| v0.
1
2.0 | Yes | FP32/FP16 | Yes | ResNet18/ResNet34/ResNet50/ResNet152/Vgg11/SeresNet50/ResNext50/MobileNet-v2/ShuffleNet-v1/ShuffleNet-v2 |
[
mmclassfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmclassification-speed-benchmark
)
|
| mmcl
assification
| v0.2
4
.0 | Yes | FP32/FP16 | Yes | ResNet18/ResNet34/ResNet50/ResNet152/Vgg11/SeresNet50/ResNext50/MobileNet-v2/ShuffleNet-v1/ShuffleNet-v2 |
[
mmclassfication
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmclassification-speed-benchmark
)
|
| mmdet
| v2.
13.0
| Yes | FP32/FP16 | Yes | Faster-Rcnn/Mask-Rcnn/Double-Heads/Cascade-Mask-Rcnn/ResNest/Dcn/RetinaNet/VfNet/Ssd/Yolov3 |
[
mmdetection
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmdetection-speed_xinpian
)
|
| mmdet
ection
| v2.
25.2
| Yes | FP32/FP16 | Yes | Faster-Rcnn/Mask-Rcnn/Double-Heads/Cascade-Mask-Rcnn/ResNest/Dcn/RetinaNet/VfNet/Ssd/Yolov3 |
[
mmdetection
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmdetection-speed_xinpian
)
|
| mmpose
| v0.
16.0
| Yes | FP32/FP16 | Yes | ResNet50-Top-Down/ResNet50-Bottom-Up/HrNet-Top-Down |
[
mmpose
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmpose-speed_test
)
|
| mmpose | v0.
28.1
| Yes | FP32/FP16 | Yes | ResNet50-Top-Down/ResNet50-Bottom-Up/HrNet-Top-Down |
[
mmpose
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmpose-speed_test
)
|
| mmseg
| v0.2
1
.1 | Yes | FP32/FP16 | Yes | PspNet-R50/DeepLab-V3-R50/Fcn-R50/UperNet-R50/DeepLab-V3plus-R50 |
[
mmsegmentation
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmsegmentation
)
|
| mmseg
mentation
| v0.2
9
.1 | Yes | FP32/FP16 | Yes | PspNet-R50/DeepLab-V3-R50/Fcn-R50/UperNet-R50/DeepLab-V3plus-R50 |
[
mmsegmentation
](
http://10.0.50.24/dcutoolkit/deeplearing/dlexamples_new/-/tree/main/openmmlab_test/mmsegmentation
)
|
openmmlab_test/mmdetection-2.25.2/train.md
View file @
83db3b2f
...
@@ -41,7 +41,7 @@ pip3 install opencv-python
...
@@ -41,7 +41,7 @@ pip3 install opencv-python
pip3
install
torch
-
1.10
.
0
a0
+
git2040069
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip3
install
torch
-
1.10
.
0
a0
+
git2040069
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip3
install
torchvision
-
0.10
.
0
a0
+
e04d001
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip3
install
torchvision
-
0.10
.
0
a0
+
e04d001
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip3
install
mmcv_full
-
1.6
.
1
+
gitdebbc80
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip3
install
mmcv_full
-
1.6
.
1
+
gitdebbc80
.
dtk2210
-
cp37
-
cp37m
-
manylinux2014_x86_64
.
whl
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
mm
cls
安装
:
mm
det
安装
:
cd
mmdetection
-
2.25
.
2
cd
mmdetection
-
2.25
.
2
pip3
install
-
e
.
pip3
install
-
e
.
...
...
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