From 9bd6c71649dcf3528388c2e17e312eea372405a1 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 02:57:23 +0000 Subject: [PATCH 01/61] update ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md. --- ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md b/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md index 1e2679ddc..c9e0ee81c 100644 --- a/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md +++ b/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md @@ -26,7 +26,7 @@ Jasper NPU训练代码参考: -[训练代码参考](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/audio/Jasper_for_TensorFlow) +[训练代码参考](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow) 获取在线推理的数据集目录下的文件,拷贝到./datasets/目录下 -- Gitee From fd3da82ba508e07bf675e4752b6130faf60da778 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:06:23 +0000 Subject: [PATCH 02/61] update ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md. --- ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md index 669229de3..517c408ff 100644 --- a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md @@ -2,7 +2,7 @@ # DCN Inference for Tensorflow -This repository provides a script and recipe to Inference the **Deep & Cross Network for Ad Click Predictions** model. Original train implement please follow this link: [DCN_for_Tensorflow](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/recommendation/dcn/dcn_tf_neoming) +This repository provides a script and recipe to Inference the **Deep & Cross Network for Ad Click Predictions** model. Original train implement please follow this link: [DCN_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow) ## Notice **This sample only provides reference for you to learn the Ascend software stack and is not for commercial purposes.** @@ -97,4 +97,4 @@ Our result were obtained by running the applicable training script. To achieve t | Criteo | 80.5% | 59.8% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/recommendation/dcn/dcn_tf_neoming +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow -- Gitee From 4984e03b3e65263086480e968db733254564f79e Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:13:23 +0000 Subject: [PATCH 03/61] update ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md. --- ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md index 517c408ff..8446210aa 100644 --- a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/DCN_for_ACL ``` -- Gitee From 69e384a17e16d96041cb967d3dcf7a174a6d8956 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:14:13 +0000 Subject: [PATCH 04/61] update ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md. --- ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md index 0e81a5353..748e4dc99 100644 --- a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/KGAT_for_ACL ``` -- Gitee From 12367eec2d1a5800124247969c649006caaf645b Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:15:07 +0000 Subject: [PATCH 05/61] update ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md index cd1f088a2..4b0b68946 100644 --- a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/GoogleNet_for_ACL ``` -- Gitee From 9d4806fe501e6d4e11b7cbb57828b61b947e2db1 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:18:19 +0000 Subject: [PATCH 06/61] update ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md index df61108da..07f4b2508 100644 --- a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md @@ -2,7 +2,7 @@ # CRNN Inference for Tensorflow -This repository provides a script and recipe to Inference the CRNN model. Original train implement please follow this link: [CRNN_for_Tensorflow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/CRNN_for_TensorFlow) +This repository provides a script and recipe to Inference the CRNN model. Original train implement please follow this link: [CRNN_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow) ## Notice **This sample only provides reference for you to learn the Ascend software stack and is not for commercial purposes.** @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL/Official/cv/CRNN_for_ACL ``` @@ -49,7 +49,7 @@ labels ### 3. Offline Inference **Freeze ckpt to pb** -Please use the frozen_graph.py from the train scripts: [frozen_graph.py](https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/cv/detection/CRNN_for_TensorFlow/tools/frozen_graph.py) +Please use the frozen_graph.py from the train scripts: [frozen_graph.py](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/tools/frozen_graph.py) ``` python3 frozen_graph.py --ckpt_path= ckpt_path/shadownet_xxx.ckpt-600000 ``` -- Gitee From 01e08023a71cd22d4b228bd0087465e67d1d3e6b Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:19:06 +0000 Subject: [PATCH 07/61] update ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md index be2ac94e7..18a752bdd 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_plus_for_ACL ``` -- Gitee From 179fdbafed7c3c459134da51472fc0c13d08d193 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:19:49 +0000 Subject: [PATCH 08/61] update ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md index 38822c3f5..6e18cccfc 100644 --- a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md @@ -17,7 +17,7 @@ Before starting, please pay attention to the following adaptation conditions. If ## Quick Start Guide ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/OpenPose_for_ACL ``` -- Gitee From 0341bef4476a8df2e063a968d61501c35f19ead6 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:20:34 +0000 Subject: [PATCH 09/61] update ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md index 9589765ce..d4b763626 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv1_ID0093_for_ACL ``` -- Gitee From 3f65f92773eece30b69b5d68cedd60b452e97fe2 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:21:18 +0000 Subject: [PATCH 10/61] update ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md index e9fc57284..6be2507e9 100644 --- a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD-Resnet34_for_ACL ``` -- Gitee From 52e505521531289d39e8c43612741dd71a3c41ed Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:22:13 +0000 Subject: [PATCH 11/61] update ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md index fecb8e593..94f49d090 100644 --- a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResNext50_for_ACL ``` -- Gitee From 03a3a17bf1fdd6ff03a3575ab7b5385c3a9517c0 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:22:44 +0000 Subject: [PATCH 12/61] update ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md index 635100ff5..c0ba7e6bc 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_for_ACL ``` -- Gitee From d24b7a05cbefa8f2b790a057ede7914261f3e4e5 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:23:16 +0000 Subject: [PATCH 13/61] update ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md index 5caf4b4e9..888fed358 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet101_for_ACL ``` -- Gitee From 21bfb70e2fc8d6b18e896739a0cccd14ee105c15 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:23:56 +0000 Subject: [PATCH 14/61] update ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md index f952d368b..5d0b8a1cd 100644 --- a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Face_Resnet50_for_ACL ``` -- Gitee From 6d77e2d90eebd298aca9327de6609a02a56fc461 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:24:34 +0000 Subject: [PATCH 15/61] update ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md index 024f13dc2..20a6f6066 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet34_for_ACL ``` -- Gitee From 7ffb7fc52c3c168f7825050d37cccb1c358727b5 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:28:54 +0000 Subject: [PATCH 16/61] update ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md index 0bde54a60..0d7afc515 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv2_for_ACL ``` @@ -63,7 +63,7 @@ The jpeg pictures will be preprocessed to bin fils. - convert pb to om - Download pb model of shufflenetv2 which was trained by this repo: [Repo of train](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv2/shufflenetv2_tf_uestclzx) + Download pb model of shufflenetv2 which was trained by this repo: [Repo of train](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow/Offline_shufflenetv2_tf_uestclzx) [Pb Download Link](https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/ShuffleNetv2_for_ACL.zip) ``` @@ -97,5 +97,5 @@ Our result was obtained by running the applicable inference script. To achieve t ## Reference -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv2/shufflenetv2_tf_uestclzx +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow -- Gitee From 69bf6ba1202b03176282ddfab5821b12eadca752 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:31:32 +0000 Subject: [PATCH 17/61] update ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md index 39ae82cba..549f49a41 100644 --- a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Xception_for_ACL ``` -- Gitee From 602033d048f4158f96ee6f32dcccbfae2d86a41f Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:32:09 +0000 Subject: [PATCH 18/61] update ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md index 5562fc149..9048dca93 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv4_for_ACL ``` -- Gitee From 53e77de15ad9531a8bd0bfef61728dcb10601b71 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:32:40 +0000 Subject: [PATCH 19/61] update ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md index fa0fa5651..373655a3b 100644 --- a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlignedReID_for_ACL ``` -- Gitee From bf9a32631951fb50b1584b3c81c8046fab1f2945 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:33:07 +0000 Subject: [PATCH 20/61] update ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md index 08c0bf3ea..a7ce26cf1 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv4_for_ACL ``` -- Gitee From 592fece02421967e9e782bbaf26f8ce6663a278e Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:33:34 +0000 Subject: [PATCH 21/61] update ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md index df764de44..70f843cd4 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg19_for_ACL ``` -- Gitee From ebaaf1b6a0a8871279c27fc36989f6bdb8eef61d Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:34:03 +0000 Subject: [PATCH 22/61] update ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md index 5ad779f02..bfe4fde5f 100644 --- a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD_Resnet50_FPN_for_ACL ``` -- Gitee From 73b67e0ca9ab34a2b1bb73154cbf297023e8089b Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:34:27 +0000 Subject: [PATCH 23/61] update ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md index 8a6ed4ea0..314ab1ab9 100644 --- a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/3DUNET_for_Tensorflow ``` -- Gitee From cfe242cb75028bf71bc0093a974700ea882bde72 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:34:55 +0000 Subject: [PATCH 24/61] update ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md index ab55ebb20..5ef55cc23 100644 --- a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/CTPN_for_ACL ``` -- Gitee From 0a5071aa897d7df1ca8898049ce4c7eea2e0d902 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:35:23 +0000 Subject: [PATCH 25/61] update ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md index d42263393..7313f8236 100644 --- a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PixelLink_for_ACL ``` -- Gitee From 9f175d1eccc7caea38f0949ea2e88b9a5c304f02 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:35:50 +0000 Subject: [PATCH 26/61] update ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md index 8ee4a12b6..adb513b11 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv2_for_ACL ``` -- Gitee From c1b926d2a8758c5033ca95d0cfe1464eafdc5025 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:36:18 +0000 Subject: [PATCH 27/61] update ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md index c21a10601..1c9a91c5a 100644 --- a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResCNN_for_ACL/ ``` -- Gitee From e7301d0aaea548feff746ccede58f85460e55769 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 03:37:08 +0000 Subject: [PATCH 28/61] update ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md index 0f99e44db..45d5d46fa 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv2_for_ACL ``` -- Gitee From 9ac985f3ebb5f651eaeec9bbafb10ed2a4fbe34b Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:07:52 +0000 Subject: [PATCH 29/61] update ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md index 1d4a0681e..c04440cfc 100644 --- a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md @@ -7,7 +7,7 @@ This repository provides a script and recipe to Inference the PSPNet101 model. ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PSPNet101_for_ACL ``` -- Gitee From 2b66f7d656eca1af001088abd4bbd6243f7b578d Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:08:25 +0000 Subject: [PATCH 30/61] update ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md index f074ac882..b016e5b8f 100644 --- a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/RetinaNet_for_ACL ``` -- Gitee From ed67c6422569b89e4ee7e63621017191706dcabf Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:08:51 +0000 Subject: [PATCH 31/61] update ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md index 398265fae..cce953715 100644 --- a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Facenet_for_ACL ``` -- Gitee From bf1a7a508a5b6078494110178d422ead82c95ee9 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:09:22 +0000 Subject: [PATCH 32/61] update ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md index 44f3bd4bc..a2de7b2fc 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv3_for_ACL ``` -- Gitee From a50168d871a7838e82e77253e3cd235fa6733438 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:10:33 +0000 Subject: [PATCH 33/61] update ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md index 2cc3f51e3..a2b70c163 100644 --- a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DenseNet121_for_ACL ``` -- Gitee From 0c3bc5442b6059f4f9a8df37932233c2e1c8c651 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:11:01 +0000 Subject: [PATCH 34/61] update ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md index e71530618..8016b09a1 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet18_for_ACL ``` -- Gitee From 8004f4662ef57495250e685406f74434d54f531d Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:11:37 +0000 Subject: [PATCH 35/61] update ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md index b1b1eb866..63420b891 100644 --- a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/2D_Attention_Unet_for_ACL ``` -- Gitee From ba42b59113e03cd1871cc86aded2be5e8ea4f6b7 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:12:13 +0000 Subject: [PATCH 36/61] update ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md index c4cedb0e4..4453eda4a 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B0_for_ACL ``` -- Gitee From 6388286c95bafe5e60f940ccad611f3e63005e62 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:12:51 +0000 Subject: [PATCH 37/61] update ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md index 6bf961152..47812674f 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_TF_for_ACL ``` -- Gitee From 6fc0ab37482baade3ed5e7ad671605e8521f0849 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:13:19 +0000 Subject: [PATCH 38/61] update ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md index 93bef4492..dcb55f20f 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg16_for_ACL ``` -- Gitee From 152bcf34223fd949434b535a42c029abbdb49532 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:13:45 +0000 Subject: [PATCH 39/61] update ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md index ed89ab2fa..e5be3a7d7 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B8_for_ACL ``` -- Gitee From 91bf529c796947be0c960cbc22c4d0056192db92 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:15:12 +0000 Subject: [PATCH 40/61] update ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md index 3ca515d16..c1d1092b6 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv3_Large_for_ACL ``` -- Gitee From 27487c9fc70042a4da274fb2ca60fc995e8c569f Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:15:40 +0000 Subject: [PATCH 41/61] update ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md index 6c076b614..b7aec893f 100644 --- a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlexNet_for_ACL ``` -- Gitee From 635484f6ee2bc2e5faede41366953b436cd5942b Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:16:23 +0000 Subject: [PATCH 42/61] update ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md index c80b38332..30c9e17a0 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_HC_for_ACL ``` -- Gitee From 186e0b85c2c929940b8ff2c8c7e6f45e451d8eb1 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:17:36 +0000 Subject: [PATCH 43/61] update ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md index 2fc026b28..53943d6e0 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv1_for_ACL ``` @@ -63,7 +63,7 @@ The jpeg pictures will be preprocessed to bin fils. - convert pb to om - Download pb model of shufflenetv1 which was trained by this repo: [Repo of train](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow) + Download pb model of shufflenetv1 which was trained by this repo: [Repo of train](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow) [Pb Download Link](https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/ShuffleNetv1_for_ACL.zip) @@ -99,4 +99,4 @@ Our result was obtained by running the applicable inference script. To achieve t ## Reference -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow -- Gitee From 94c28f5608891afe89b4bf1f0bbd52ceb89420e2 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:18:25 +0000 Subject: [PATCH 44/61] update ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md index 6aca24e9f..c839b8523 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv3_for_ACL ``` -- Gitee From af8c91e828c3cfe21200f1040382f5bcd108ece2 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:19:04 +0000 Subject: [PATCH 45/61] update ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md. --- ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md index 1f82a9b7f..d4ae75b04 100644 --- a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Densenet24_for_ACL ``` -- Gitee From c48eae97b2928bcfcfc72ebdadca994ce2c554c2 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:20:53 +0000 Subject: [PATCH 46/61] update ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md. --- ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md b/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md index c1f0fe507..3e17c8fdc 100644 --- a/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md @@ -3,7 +3,7 @@ * 参考论文 https://arxiv.org/abs/1902.08009 * 训参考训练相关 -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/graph/NGNN_ID1246_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/graph/NGNN_ID1246_for_TensorFlow # ATC命令 `atc --model=/home/HwHiAiUser/AscendProjects/NGNN/frozen_model_acc.pb --framework=3 --output=/home/HwHiAiUser/AscendProjects/NGNN/ngnn_acc_6input --soc_version=Ascend310 --input_shape="Placeholder:16,120,2048;Placeholder_1:16,120,2048;Placeholder_2:16,120,2757;Placeholder_3:16,120,2757;Placeholder_4:16,120,120; Placeholder_5:16,120,120" --log=info --out_nodes="s_pos_output:0"` ` -- Gitee From 75fdfedf08dfa2c17e5c1905096062263fc30969 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:21:44 +0000 Subject: [PATCH 47/61] update ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md index 6d60deac1..49298d081 100644 --- a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/LSTM_for_ACL ``` -- Gitee From 9f08a87a55a794ed93df3d3d62a16e2b310141fb Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:22:10 +0000 Subject: [PATCH 48/61] update ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md index 64739e5c3..5330d000a 100644 --- a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/Transformer_for_ACL ``` -- Gitee From 08b4965c5940e1c7ad8f1db97d35ec2e425ebcaa Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:22:39 +0000 Subject: [PATCH 49/61] update ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md index 24ac29b25..5a5e9e802 100644 --- a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BioBERT_for_ACL ``` -- Gitee From aa7502b1f14a5679033d566c94c135c56086482e Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:23:00 +0000 Subject: [PATCH 50/61] update ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md index e637dbf04..a92653752 100644 --- a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/Siamese_for_ACL ``` -- Gitee From 0ea20a055641f93032123994baf0e59639853341 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:23:24 +0000 Subject: [PATCH 51/61] update ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md index 69fb11f10..a7c4f33b0 100644 --- a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/XLNet_for_ACL ``` -- Gitee From fee9dff663b9adb2935cf25100d5a2500646ea9a Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:24:36 +0000 Subject: [PATCH 52/61] update ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md index db4669d34..776aa206f 100644 --- a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BERT_for_ACL ``` -- Gitee From 849e195596100b7dd6a827aaae49848cf1bfe1b3 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:25:01 +0000 Subject: [PATCH 53/61] update ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md index 602c2930c..103c29236 100644 --- a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/ALBERT_for_ACL ``` -- Gitee From 569983158554c50e7ae1bffbbc573db68d82f74d Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:25:25 +0000 Subject: [PATCH 54/61] update ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md. --- ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md index 7a5b6088d..5ceeb08fe 100644 --- a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/GRU4Rec_for_ACL ``` -- Gitee From e4e9f1046aee5cd1a4690ea6ba1b6403bfee1821 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:26:02 +0000 Subject: [PATCH 55/61] update ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md. --- ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md index b1553a404..8c406e19f 100644 --- a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/3DResNet_for_ACL ``` -- Gitee From b019a6f85dfbf5f204247c86dad614af46806705 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:27:17 +0000 Subject: [PATCH 56/61] update ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md. --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md index dcc55f73f..d68445363 100644 --- a/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md @@ -26,7 +26,7 @@ export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/atc/lib64:${LD_LI ``` 使用git命令方式获取img2bin脚本: 在命令行中:$HOME/AscendProjects目录下执行以下命令下载代码。 -git clone https://gitee.com/ascend/tools.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git ``` ``` 进入img2bin脚本所在目录 -- Gitee From 45079a772c13a481e8a0661d55f47c40bb732dfd Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:30:50 +0000 Subject: [PATCH 57/61] update ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md. --- ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md index 25a41e822..27d7e9500 100644 --- a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Yolov5_for_ACL ``` -- Gitee From d026be5ff97442f77a60b9f3fef0a4130f8b8e7d Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:31:50 +0000 Subject: [PATCH 58/61] update ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md. --- ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md index 20eb0a779..3bd38dc1f 100644 --- a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL/Official/cv/FasterRCNN_for_ACL ``` -- Gitee From 73319ee29006f496a954bd24920977eeb46bb181 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 23 Mar 2022 06:32:39 +0000 Subject: [PATCH 59/61] update ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md. --- ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md index 404063daf..4fdeade8a 100644 --- a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SegdecNet_for_ACL ``` -- Gitee From 18970774133a9cd8de1dccb7e85f4b5cce5f966d Mon Sep 17 00:00:00 2001 From: alexcheng88 <0510568@163.com> Date: Wed, 23 Mar 2022 03:36:06 -0400 Subject: [PATCH 60/61] ACL_TensorFlow --- ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md | 4 ++-- .../contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md | 2 +- ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md | 4 ++-- ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md | 4 ++-- .../contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md | 3 ++- ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md | 4 ++-- ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md | 3 +-- ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md | 2 +- .../contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md | 4 ++-- 24 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md index 267ec8d2f..a81d54342 100644 --- a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/TDNN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md index b1c31a1f0..6b2e20970 100644 --- a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/WaveNet_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md index b1288fb4c..5bb2aeb35 100644 --- a/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md @@ -1,6 +1,6 @@ # C3AE_ID1250_for_ACL -模型详情及训练部分:https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/C3AE_ID1250_for_TensorFlow +模型详情及训练部分:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/C3AE_ID1250_for_TensorFlow ## 项目路径说明 diff --git a/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md index a9f98c1e7..a05237dad 100644 --- a/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md @@ -41,7 +41,7 @@ C3D在npu上训练的checkpoint文件及固化pb文件地址为:链接:https ### 数据预处理,将输入数据转换为bin文件 -1. C3D模型的数据预处理请参考npu迁移代码:[Gitee链接](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/C3D_ID2199_for_TensorFlow) +1. C3D模型的数据预处理请参考npu迁移代码:[Gitee链接](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/C3D_ID2199_for_TensorFlow) 2. 运行data_convert2bin.py生成bin文件 diff --git a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md index f73f06825..fc63a8886 100644 --- a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md @@ -17,7 +17,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1.Clone the respository ``` - git clone https://gitee.com/ascend/modelzoo.git + git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/CenterNet_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md index 829095a05..0a3758827 100644 --- a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DPN_for_ACL ``` @@ -103,4 +103,4 @@ Our result were obtained by running the applicable training script. To achieve t | cvcdb | 1448 | 46% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/dpn/DPN_ID1636_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md b/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md index 82249d99c..bd86f8b92 100644 --- a/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md +++ b/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md @@ -1,7 +1,7 @@ # DeepFaceLab ## 1. 模型概述 -详情请看modelzoo/contrib/Tensorflow/Research/cv/DeepFaceLab_ID2017_for_Tensorflow/ +详情请看ModelZoo-TensorFlow/contrib/Tensorflow/Research/cv/DeepFaceLab_ID2017_for_Tensorflow/ ## 2. 准备工作 ### 2.1 模型转换--获取om 新建model文件夹,在model文件夹下新建ckpt, pb, om文件夹,用于存放相应的模型文件。 diff --git a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md index 38ea047d3..a8911861e 100644 --- a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DeepSort_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md index 7dd3738bf..cdf93f866 100644 --- a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/ECONet_for_ACL ``` @@ -104,4 +104,4 @@ Our result were obtained by running the applicable training script. To achieve t | ucf101 | 3783 | 88.4%/98.2% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/econet/ECONet_tf_paper99 +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/econet/ECONet_tf_paper99 diff --git a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md index 6c925cca8..c61073814 100644 --- a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Ecolite_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md index a033e7b2c..199732956 100644 --- a/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md @@ -57,7 +57,7 @@ Batch: 1, shape: 227,227,3, 推理性能 1.57ms - 生成数据 -参考链接LMTCNN训练项目:https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/LMTCNN_ID1278_for_TensorFlow +参考链接LMTCNN训练项目:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow 运行multipreproc.py文件生成对应的tfrecord文件 diff --git a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md index aecbab25c..93f84fcd3 100644 --- a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL/Official/cv/MTCNN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md index 489e29184..b999b4038 100644 --- a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL/Official/cv/MaskRCNN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md index 6ef982dc3..e8437d7ff 100644 --- a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md @@ -17,7 +17,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1.Clone the respository ``` - git clone https://gitee.com/ascend/modelzoo.git + git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/NIMA_for_ACL ``` @@ -94,4 +94,4 @@ Our results was obtained by running the applicable inference script. ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/NIMA/NIMA_ID0853_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md index 6512bf521..5e97164b1 100644 --- a/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md @@ -4,7 +4,8 @@ -原型模型请参考[GitHub链接](https://github.com/abdulfatir/prototypical-networks-tensorflow/blob/master),NPU迁移代码请参考[Gitee链接](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/PROTOTYPICAL-NETWORKS_ID1286_for_TensorFlow)。 +原型模型请参考[GitHub链接](https://github.com/abdulfatir/prototypical-networks-tensorflow/blob/master),NPU迁移代码请参考[Gitee链接] (https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_TensorFlow) + diff --git a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md index f2ab5f033..19cfd8e30 100644 --- a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/PWCNet_for_ACL ``` @@ -106,4 +106,4 @@ Our result were obtained by running the applicable training script. To achieve t | MPI Sintel | 1041 | 1.25 | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pwcnet/PWCNet_tf_wosaisai +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pwcnet/PWCNet_ID0171_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md index fc0e89b7a..b2ef78ab6 100644 --- a/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md @@ -5,8 +5,7 @@ ## 原始模型 参考实现 : - -https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow 原始pb模型网络下载地址 :https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/AE/ATC%20Model/robot_play_chess/chess_ckpt_0804_vgg_99.pb diff --git a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md index 9efc964e5..eed2d2c83 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_InceptionV2_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md index 0e76d4e1f..ef3a972b7 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_MobileNetV1_FPN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md index 607e4438e..2495d60df 100644 --- a/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md @@ -2,7 +2,7 @@ ## 原始模型 -根据[训练过程](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/StarGAN_v2_ID1188_for_TensorFlow),得到预训练模型 +根据[训练过程](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow),得到预训练模型 ## 转为om模型 diff --git a/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md index 4344bdd3e..97efd2427 100644 --- a/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/tree/master/built-in/ACL_TensorFlow/Research/cv/TSN_for_ACL/inference ``` diff --git a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md index 1e2ca7a34..e02bd46ca 100644 --- a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/TransNet_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md index fbf137e33..f764ece8e 100644 --- a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/built-in/ACL_TensorFlow/Research/cv/VAEGAN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md b/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md index e0e51c41e..0de17eabc 100644 --- a/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md +++ b/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md @@ -10,9 +10,9 @@ 参考模型: -https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/VGG19/VGG19_%20ID0374_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/VGG19/VGG19_%20ID0374_for_TensorFlow pb文件下载地址 : https://e-share.obs-website.cn-north-1.myhuaweicloud.com?token=gGnnL/JlT6iUNt4JBVjGkgHvmWaqKoA6ZS6x9rFZTtWoT7J4+CdgnwskVAsXefg0Xszwvc6pDQnBlu62eCXs3OZ99F5vspJP916F4Rrml7ujQ4XI8+GkD9se/I7tSAXP6zFZLzO9p0IeZF85Xnuy01tvr3aBmwWfyFOSMBq2i1dmJqUzVXZVw61aSNysZCNLbCqJrzpXs1GnXzFzA88oqg7OMfrOwqCqqd66usiVU8bVGU46TvWGWoALDlzRasRFHJgP0xiUmmXa09gGVdgJNmms+8jK3M2z/lwU0BhgWbe8wTb9LerXUCl/4ZUrSacACuHkoJQky1JmVtz9nqBvLFnoV96aMvAMDtd2Voup9dp9owqV5mBF0/FZzjU6nRPNr8aIwUSiO7JwZDo/6SnlVQkEcxdO3MmokRHaYQ4OgjRGZ0lCIAQ0r6L9WuK6/xOQ4952bbbIR6axc5KayI1lLJyqUlfO63oSgHZmM7Gd7Rrsrkbb7LclxsrrTZBWLD39CiGK+dqRT0bQ9kMiXDHqW2wygKokl5KIjOOGegfYe8c= -- Gitee From 7935d5a085a7e57ac44b135e2151f9eaf39d6ffb Mon Sep 17 00:00:00 2001 From: alexcheng88 <0510568@163.com> Date: Wed, 23 Mar 2022 04:37:12 -0400 Subject: [PATCH 61/61] Modify Readme --- ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md | 2 +- ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md | 2 +- .../built-in/recommendation/WideDeep_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md | 2 +- ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md index 63420b891..aef4a712b 100644 --- a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/2D_Attention_Unet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md index 314ab1ab9..54d435a79 100644 --- a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/3DUNET_for_Tensorflow +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/3DUNET_for_Tensorflow ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md index b7aec893f..4b36890af 100644 --- a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md @@ -22,7 +22,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlexNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md index 373655a3b..d58b06c1b 100644 --- a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlignedReID_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md index 07f4b2508..6409b006b 100644 --- a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL/Official/cv/CRNN_for_ACL +cd Modelzoo-TensorFlow/ACL/Official/cv/CRNN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md index 5ef55cc23..f86e3c0c9 100644 --- a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/CTPN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/CTPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md index c0ba7e6bc..180d464c5 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md index 18a752bdd..a8091e43b 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_plus_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md index a2b70c163..62c842ab1 100644 --- a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DenseNet121_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md index d4ae75b04..bcf22e95e 100644 --- a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Densenet24_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md index 4453eda4a..0cda9c930 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B0_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md index e5be3a7d7..ab096e320 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B8_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md index 5d0b8a1cd..524fc61fb 100644 --- a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Face_Resnet50_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md index cce953715..042efd840 100644 --- a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Facenet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Facenet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md index 4b0b68946..8ee83088f 100644 --- a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/GoogleNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md index c839b8523..9a2238e55 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv3_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md index 9048dca93..078591e46 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv4_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md index d4b763626..dfa83df91 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv1_ID0093_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv1_ID0093_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md index 45d5d46fa..c1b1da881 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv2_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md index c1d1092b6..6fdff0e78 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv3_Large_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md index 6e18cccfc..7daf36e48 100644 --- a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/OpenPose_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md index c04440cfc..feb3e45b6 100644 --- a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md @@ -8,7 +8,7 @@ This repository provides a script and recipe to Inference the PSPNet101 model. ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PSPNet101_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/PSPNet101_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md index 7313f8236..8dacded0b 100644 --- a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PixelLink_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md index 1c9a91c5a..085933b8d 100644 --- a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResCNN_for_ACL/ +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/ ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md index 94f49d090..44dd263c3 100644 --- a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResNext50_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md index 888fed358..bd622d0db 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet101_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md index 8016b09a1..2fa57cf9c 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet18_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md index 20a6f6066..22131189d 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet34_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md index 30c9e17a0..f273426a9 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_HC_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md index 47812674f..18248a875 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_TF_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md index b016e5b8f..d7ef473ed 100644 --- a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/RetinaNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md index 6be2507e9..f234ef78e 100644 --- a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD-Resnet34_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md index bfe4fde5f..d274415b4 100644 --- a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD_Resnet50_FPN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md index 53943d6e0..01a53b7b5 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv1_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md index 0d7afc515..6bfad28a6 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv2_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md index dcb55f20f..2af998941 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg16_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md index 70f843cd4..d6dd146e5 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg19_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md index 549f49a41..68d722133 100644 --- a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Xception_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Xception_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md index adb513b11..7c7dedb5d 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md @@ -20,7 +20,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv2_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md index a2de7b2fc..5ec501037 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv3_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL ``` ### 2. Requirements diff --git a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md index a7ce26cf1..12a64da5f 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv4_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md index 8446210aa..8947b6153 100644 --- a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/DCN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL ``` ### 2. Preprocess of the dataset diff --git a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md index 748e4dc99..0c2ea1c76 100644 --- a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/KGAT_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md index b648be935..052ee6fd8 100644 --- a/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Research/recommendation/WideDeep_for_ACL +cd Modelzoo-TensorFlow/ACL/Research/recommendation/WideDeep_for_ACL ``` ### 2. Download weights and test dataset diff --git a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md index a81d54342..5253a7cce 100644 --- a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/TDNN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/audio/TDNN_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md index 6b2e20970..3cc8cccda 100644 --- a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/WaveNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md index 8c406e19f..21aaae1a5 100644 --- a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/3DResNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md index fc63a8886..c709c2039 100644 --- a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ``` git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git - cd modelzoo/built-in/ACL_TensorFlow/Research/cv/CenterNet_for_ACL + cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/CenterNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md index 0a3758827..659a17eed 100644 --- a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DPN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/DPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md index a8911861e..8ae819b30 100644 --- a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DeepSort_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md index cdf93f866..6d6cc2f12 100644 --- a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/ECONet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/ECONet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md index c61073814..98732ead9 100644 --- a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Ecolite_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md index 3bd38dc1f..b1acbbb74 100644 --- a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL/Official/cv/FasterRCNN_for_ACL +cd Modelzoo-TensorFlow/ACL/Official/cv/FasterRCNN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md index 93f84fcd3..0c6051d46 100644 --- a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL/Official/cv/MTCNN_for_ACL +cd Modelzoo-TensorFlow/ACL/Official/cv/MTCNN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md index b999b4038..27acd5942 100644 --- a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL/Official/cv/MaskRCNN_for_ACL +cd Modelzoo-TensorFlow/ACL/Official/cv/MaskRCNN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md index e8437d7ff..5e3af2f68 100644 --- a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md @@ -18,7 +18,7 @@ Before starting, please pay attention to the following adaptation conditions. If ``` git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git - cd modelzoo/built-in/ACL_TensorFlow/Research/cv/NIMA_for_ACL + cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/NIMA_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md index 19cfd8e30..46fdca3ac 100644 --- a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/PWCNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md index eed2d2c83..20b33cff9 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_InceptionV2_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md index ef3a972b7..8bb63f54b 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md @@ -19,7 +19,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_MobileNetV1_FPN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md index 4fdeade8a..82883ac76 100644 --- a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SegdecNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md index e02bd46ca..075022c7a 100644 --- a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/TransNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/TransNet_for_ACL ``` ### 2. Setup Environment diff --git a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md index f764ece8e..253986878 100644 --- a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/VAEGAN_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md index 27d7e9500..2013b147f 100644 --- a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Yolov5_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md index 103c29236..8452a8626 100644 --- a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md @@ -26,7 +26,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/ALBERT_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md index 776aa206f..c34c90c22 100644 --- a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BERT_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/BERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md index 5a5e9e802..2d7029310 100644 --- a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BioBERT_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md index 5ceeb08fe..411c09d11 100644 --- a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/GRU4Rec_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md index 49298d081..b966acd1b 100644 --- a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/LSTM_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md index 8fda91bdc..ca3b669a6 100644 --- a/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/RoBERTa_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md index a92653752..1d9738674 100644 --- a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md @@ -22,7 +22,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/Siamese_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Siamese_for_ACL ``` ### 2. Preprocess of the dataset diff --git a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md index 5330d000a..23967ce63 100644 --- a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/Transformer_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md index a7c4f33b0..ea35158aa 100644 --- a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/XLNet_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL ``` ### 2. Download and preprocess the dataset -- Gitee