diff --git a/ACL_TensorFlow/.keep b/ACL_TensorFlow/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 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 27ccd79ee09639806f7cbea4799356f6921686bc..d482d52590e090e9c4c1e24babcf365116d8c549 100644 --- a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md @@ -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-TensorFlow/tree/master/TensorFlow/built-in/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/blob/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 ``` 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 ebb8003db478b3cf48a0ef86defc9aa811795695..1dbc44da39c279756b81171cf5bccc0736d723b3 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 @@ -94,4 +94,4 @@ Our result were obtained by running the applicable inference script. To achieve | offline Inference| Ascend310P3 | 50K images | 76.3 %/ 93.1% | ## Reference -[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow \ No newline at end of file +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL \ No newline at end of file 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 fd7bdbbbc651997c4372161981cf162cb1d2f9ce..a1dd7b2e9be004a1a4d9463d818df36b65eca958 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md @@ -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-TensorFlow/tree/master/TensorFlow/contrib/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/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL) [Pb Download Link](https://obs-9be7.obs.cn-east-2.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-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL 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 d38b1df46fb83c49a900a9c060010a339a27d17c..fba21b25217fdad57ab705295a5d86c034964622 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md @@ -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-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow/Offline_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/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL) [Pb Download Link](https://obs-9be7.obs.cn-east-2.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-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL 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 af43eedf1d67b9df53b457803af718651638cd6a..c852a6a05cf8ba9bab42a548cbc29ee2901e7f09 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md @@ -94,4 +94,4 @@ Our result were obtained by running the applicable inference script. To achieve | offline Inference| Ascend310P3 | 50K images | 73.4 %/ 91.7% | ## Reference -[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL 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 f7d191f51b5dacb69876896cff016d0293c8afb1..b2f1e3f0f95d7db4870f4c6255f6d073b7efc3a6 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md @@ -123,4 +123,4 @@ IoU=0.5 | Yolov3 | 1 | 55.3% | ## Reference -[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL diff --git a/ACL_TensorFlow/built-in/nlp/BertTnews_for_ACL/Readme.md b/ACL_TensorFlow/built-in/nlp/BertTnews_for_ACL/Readme.md index 5b27a22734e8e4a5f16d9dbb7511fe16ac5a5915..dfc605b48d2822e1873ca87c060440f016d842ea 100644 --- a/ACL_TensorFlow/built-in/nlp/BertTnews_for_ACL/Readme.md +++ b/ACL_TensorFlow/built-in/nlp/BertTnews_for_ACL/Readme.md @@ -27,7 +27,7 @@ FineTuning的代码路径: -[FineTuning代码参考](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/BertTnews_for_TensorFlow) +[FineTuning代码参考](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/nlp/BertTnews_for_ACL) 获取在线推理的数据集目录下的文件,拷贝到./datasets/bert_tnews_origin/目录下 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 c9e0ee81cf89d98346e06d3e4bb2708ba8b958b7..14986660b1caf5c8cab6363737cbd812998076df 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-TensorFlow/tree/master/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow) +[训练代码参考](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL) 获取在线推理的数据集目录下的文件,拷贝到./datasets/目录下 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 b81c29dc3dad70507e31b12bf9a22589addbee2e..87fc92fed38c896049bb1cec1e2d481181662c71 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-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_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-TensorFlow/tree/master/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL) ## 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-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL diff --git a/ACL_TensorFlow/contrib/cv/ Attention-OCR_ID2013_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/ Attention-OCR_ID2013_for_ACL/README.md index 4fb260f19e433813110d46b4f3f3f57e7a9985df..bd65e39f6b90a7083ae9f95ac6d6f7b7bb491492 100644 --- a/ACL_TensorFlow/contrib/cv/ Attention-OCR_ID2013_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/ Attention-OCR_ID2013_for_ACL/README.md @@ -15,7 +15,7 @@ Attention-OCR是一个基于卷积神经网络CNN、循环神经网络RNN以及 - 适配昇腾 AI 处理器的实现: - [TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow · Ypo6opoc/ModelZoo-TensorFlow - 码云 - 开源中国 (gitee.com)](https://gitee.com/ypo6opoc/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow) + [TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow · Ypo6opoc/ModelZoo-TensorFlow - 码云 - 开源中国 (gitee.com)](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/ Attention-OCR_ID2013_for_ACL) diff --git a/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL/README.md index 02592fcc8e7abe2540e97502ffb44239c6df6bd6..5ac3039391ea66d6e3369b24511e9348d8c9ee04 100644 --- a/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL/README.md @@ -4,7 +4,7 @@ | BicycleGAN | Google Maps Val | `1*256*256*3`&`1*8` | `1*256*256*3` |12.85ms~ | 0.526 | 0.393|0.412| ## 1、原始模型 -训练后保存ckpt文件,使用[模型训练代码](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow)下的`bicyclegan_pb_frozen.py`脚本转成pb模型。 +训练后保存ckpt文件,使用[模型训练代码](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL)下的`bicyclegan_pb_frozen.py`脚本转成pb模型。 ## 2、转om模型 @@ -32,5 +32,5 @@ atc --model=bicyclegan.pb --framework=3 --input_shape="input_images:1,256,256,3 该命令主要功能就是加载om执行推理同时计算精度 本模型计算LPIPS精度需要联网下载权重,若下载失败,可到 -[模型训练代码](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow)下weights文件夹中找到`net-lin_alex_v0.1.pb`和`net-lin_alex_v0.1_27.pb`,放在根目录下的weights文件夹中,最后执行`python3 ./eval.py --output_path ……` +[模型训练代码](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/BicycleGAN_ID1287_for_ACL)下weights文件夹中找到`net-lin_alex_v0.1.pb`和`net-lin_alex_v0.1_27.pb`,放在根目录下的weights文件夹中,最后执行`python3 ./eval.py --output_path ……` 重新得到推理精度 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 5bb2aeb35767cfae829195d0390942b54038be1e..f2275c6f8740588ca7833e2540df323dc5f35e23 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-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/C3AE_ID1250_for_TensorFlow +模型详情及训练部分:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL ## 项目路径说明 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 a05237dadb33ba160e8bfe2a1e9dd3338cfbc57e..47fa0dce2e2facbcbb7d0dd4a24673e81fb26c78 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-TensorFlow/tree/master/TensorFlow/contrib/cv/C3D_ID2199_for_TensorFlow) +1. C3D模型的数据预处理请参考npu迁移代码:[Gitee链接](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL) 2. 运行data_convert2bin.py生成bin文件 diff --git a/ACL_TensorFlow/contrib/cv/CircleLoss_ID1221_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/CircleLoss_ID1221_for_ACL/README.md index b79ad50412ec00084885fc94d6349fa06d88b8a1..91447f3d2144462d6d4c4617f402abc583e5ad0e 100644 --- a/ACL_TensorFlow/contrib/cv/CircleLoss_ID1221_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/CircleLoss_ID1221_for_ACL/README.md @@ -16,7 +16,7 @@ ArXiv: [https://arxiv.org/abs/2002.10857](https://arxiv.org/abs/2002.10857) - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/CircleLoss_ID1221_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/CircleLoss_ID1221_for_ACL diff --git a/ACL_TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow/README.md b/ACL_TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow/README.md index c7ae99eb778208480730ff53d38aff28e9c13619..166f72da9f6375abc200fe0fbfd54f0f065de202 100644 --- a/ACL_TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow/README.md +++ b/ACL_TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow/README.md @@ -8,7 +8,7 @@ 原作者开源代码:[code](https://github.com/fandulu/DD-Net) -转换后可在Ascend 910运行的代码:[code](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow) +转换后可在Ascend 910运行的代码:[code](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/DD-NET_ID1088_for_TensorFlow) ### 模型转换 diff --git a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md index 17b1a9092afa242cf71dc615d231a97d8b36696d..5c7d091240887e5b68f18e55e7780361d9053d7b 100644 --- a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md @@ -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-TensorFlow/tree/master/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/DPN_for_ACL diff --git a/ACL_TensorFlow/contrib/cv/DeepSort_ID0505_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DeepSort_ID0505_for_ACL/README.md index 50b9a505a73ef6a3bc6fd09d5ad20950b2afa52c..75823527894d8f8768832c1fda3889415d2aa943 100644 --- a/ACL_TensorFlow/contrib/cv/DeepSort_ID0505_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DeepSort_ID0505_for_ACL/README.md @@ -9,7 +9,7 @@ 原实现模型: -https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/DeepSort_ID0505_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/DeepSort_ID0505_for_ACL pb文件下载地址 : diff --git a/ACL_TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_ACL/README.md index b0e96382b9f17b290eff6dae1ae0b06510330464..bcbfa009e34fa534965447b2c3a1bf024ea2a02f 100644 --- a/ACL_TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_ACL/README.md @@ -23,7 +23,7 @@ Fast-Style-Transfer模型是基于Ulyanov等人(2016)中介绍的快速风格化方法的改进。主要改进点在于将原始风格化架构中的Batch normalization改为Instance Normalization从而导致生成的图像质量得到了显著的改善。 * 参考论文:Ulyanov D, Vedaldi A, Lempitsky V. Instance normalization: The missing ingredient for fast stylization[J]. arXiv preprint arXiv:1607.08022, 2016. -* 参考实现:https://gitee.com/nanrh123/modelzoo/tree/master/contrib/TensorFlow/Research/cv/FAST-STYLE-TRANSFER_for_TensorFlow +* 参考实现:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_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 199732956928c85fb3dd123de9a0f0bac2f6163a..d1eb4e0a70c9c8685449f48cb4123dbe0136cd54 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-TensorFlow/tree/master/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow +参考链接LMTCNN训练项目:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL 运行multipreproc.py文件生成对应的tfrecord文件 diff --git a/ACL_TensorFlow/contrib/cv/MONO_ID1240_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MONO_ID1240_for_ACL/README.md index ee88e1f6c3a4b5bdf2238f8c911e885e6e8353e2..76ac73fd0caa1f86de3f403c1035cfc6ec20e210 100644 --- a/ACL_TensorFlow/contrib/cv/MONO_ID1240_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MONO_ID1240_for_ACL/README.md @@ -9,7 +9,7 @@ 原实现模型: -https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MONO_ID1240_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/MONO_ID1240_for_ACL ## om模型 diff --git a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md index a4bfbf9627a99ef9f676b5c7111d5f4dd34479dd..b50dd21c321b69d772de4ce0ed71c09088b67596 100644 --- a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md @@ -94,4 +94,4 @@ Our results was obtained by running the applicable inference script. ## Reference -[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/NIMA_for_ACL diff --git a/ACL_TensorFlow/contrib/cv/OSNet_ID1379_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/OSNet_ID1379_for_ACL/README.md index cc0df8360ad04da082f271e3e608ca4a03b16942..88ccb85a2c89914aff00fcc4bca3c3e79fa07bd9 100644 --- a/ACL_TensorFlow/contrib/cv/OSNet_ID1379_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/OSNet_ID1379_for_ACL/README.md @@ -10,7 +10,7 @@ 原实现模型: -https://gitee.com/dw8023/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/OSNet_ID1379_for_ACL pb文件下载地址 : diff --git a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md index 459c3c130cbf328c507247fc08629f13534d24fb..600d6052faea375b2112cc768b0f0bfa0616e56f 100644 --- a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md @@ -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-TensorFlow/tree/master/TensorFlow/contrib/cv/pwcnet/PWCNet_ID0171_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL diff --git a/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL/README.MD b/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL/README.MD index 9a00d28c1a03615258e6b60febda49524f7c86e0..ae693885559d950113e3ae6b60a2b2fa0c100053 100644 --- a/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL/README.MD +++ b/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL/README.MD @@ -2,7 +2,7 @@ 参考训练工程,训练网络生成ckpt模型,并转成pb模型 ``` -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL ``` 可通过链接 [ckpt](https://pan.baidu.com/s/1F6FXxYVCZ8FJoEC2IYSWpQ) 获取模型ckpt文件(提取码:7777) @@ -78,7 +78,7 @@ Inference time: 8.157ms ### 6.1 数据集准备 1. 模型训练使用**ShapeNet**数据集,详见 -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/PointNet_ID0266_for_ACL 2. 数据集下载后,放入相应目录下,在数据预处理脚本中指定数据集路径,可正常使用。 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 c7034dab2bb0c5d9fb3765b1ad5bc53e6d0cbacc..909b5d5a551f4eceae82af6a511a59e9f4674b5f 100644 --- a/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md @@ -5,7 +5,7 @@ ## 原始模型 参考实现 : -https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL 原始pb模型网络下载地址 :https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/003_Atc_Models/AE/ATC%20Model/robot_play_chess/chess_ckpt_0804_vgg_99.pb diff --git a/ACL_TensorFlow/contrib/cv/StarGAN_ID0725_for_ACL/README.MD b/ACL_TensorFlow/contrib/cv/StarGAN_ID0725_for_ACL/README.MD index d0d4f0f7a3d468a8d290911b9c7ac0056af89f33..034b66be8f84f14f71a28be397b390310f3576d4 100644 --- a/ACL_TensorFlow/contrib/cv/StarGAN_ID0725_for_ACL/README.MD +++ b/ACL_TensorFlow/contrib/cv/StarGAN_ID0725_for_ACL/README.MD @@ -2,7 +2,7 @@ 参考训练工程,训练网络生成ckpt模型,并转成pb模型 ``` -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/stargan/StarGAN_ID0725_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/StarGAN_ID0725_for_ACL ``` 可通过链接 [ckpt](https://pan.baidu.com/s/1WaDxPPTgVmYLLF4Vc_deOg) 获取模型ckpt文件(提取码:fwq6) diff --git a/ACL_TensorFlow/contrib/cv/StarGAN_ID1472_for_ACL/README.MD b/ACL_TensorFlow/contrib/cv/StarGAN_ID1472_for_ACL/README.MD index a12b4a9a853e2cf01ea7d28baf905170c8ae3223..df303f5fe2e2526b5dd51838f8de82139471f5a3 100644 --- a/ACL_TensorFlow/contrib/cv/StarGAN_ID1472_for_ACL/README.MD +++ b/ACL_TensorFlow/contrib/cv/StarGAN_ID1472_for_ACL/README.MD @@ -2,7 +2,7 @@ 参考训练工程,训练网络生成ckpt模型,并转成pb模型 ``` -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/stargan/StarGAN_ID0725_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/StarGAN_ID1472_for_ACL ``` 可通过链接 [ckpt](https://pan.baidu.com/s/1WaDxPPTgVmYLLF4Vc_deOg) 获取模型ckpt文件(提取码:fwq6) 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 2495d60dfe8aba7b85dad92d02e76303ec78f48d..ccace0d0331b42743d4a54eb07668d29cd6e4577 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-TensorFlow/tree/master/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow),得到预训练模型 +根据[训练过程](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL),得到预训练模型 ## 转为om模型 diff --git a/ACL_TensorFlow/contrib/cv/TCN-KERAS_ID2665_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TCN-KERAS_ID2665_for_ACL/README.md index 757e04fbd595f7307cf5c47eac8750c1b13f0e16..54f8ad929207e27791fbba22c4efe13344a33103 100644 --- a/ACL_TensorFlow/contrib/cv/TCN-KERAS_ID2665_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TCN-KERAS_ID2665_for_ACL/README.md @@ -1,6 +1,6 @@ # TCN-KERAS ## 模型简介 -https://gitee.com/ascend/ModelZoo-TensorFlow/blob/master/TensorFlow/contrib/cv/Keras-TCN_ID2665_for_TensorFlow/README.md +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/TCN-KERAS_ID2665_for_ACL ## pb模型 `bash freeze_graph.sh` 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 0de17eabc7880122550ea5623c84d9d3f490df94..bb260fdaf5afecdf3f157970f4f19a5af1b1e360 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-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL -https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/VGG19/VGG19_%20ID0374_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL pb文件下载地址 : https://e-share.obs-website.cn-north-1.myhuaweicloud.com?token=gGnnL/JlT6iUNt4JBVjGkgHvmWaqKoA6ZS6x9rFZTtWoT7J4+CdgnwskVAsXefg0Xszwvc6pDQnBlu62eCXs3OZ99F5vspJP916F4Rrml7ujQ4XI8+GkD9se/I7tSAXP6zFZLzO9p0IeZF85Xnuy01tvr3aBmwWfyFOSMBq2i1dmJqUzVXZVw61aSNysZCNLbCqJrzpXs1GnXzFzA88oqg7OMfrOwqCqqd66usiVU8bVGU46TvWGWoALDlzRasRFHJgP0xiUmmXa09gGVdgJNmms+8jK3M2z/lwU0BhgWbe8wTb9LerXUCl/4ZUrSacACuHkoJQky1JmVtz9nqBvLFnoV96aMvAMDtd2Voup9dp9owqV5mBF0/FZzjU6nRPNr8aIwUSiO7JwZDo/6SnlVQkEcxdO3MmokRHaYQ4OgjRGZ0lCIAQ0r6L9WuK6/xOQ4952bbbIR6axc5KayI1lLJyqUlfO63oSgHZmM7Gd7Rrsrkbb7LclxsrrTZBWLD39CiGK+dqRT0bQ9kMiXDHqW2wygKokl5KIjOOGegfYe8c= diff --git a/ACL_TensorFlow/contrib/cv/YOLOV5_ID0378_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/YOLOV5_ID0378_for_ACL/README.md index e00e198bb23fda3eea7b1dd48f8f8d5001a69368..5c54eee93be878db6021c442e97e06d79ffb33fe 100644 --- a/ACL_TensorFlow/contrib/cv/YOLOV5_ID0378_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/YOLOV5_ID0378_for_ACL/README.md @@ -10,7 +10,7 @@ https://github.com/ultralytics/yolov5 原实现模型: -https://gitee.com/dw8023/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/YOLOV5_ID0378_for_ACL pb文件下载地址 : diff --git a/ACL_TensorFlow/contrib/cv/mobilefacenet-V2_ID0929_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/mobilefacenet-V2_ID0929_for_ACL/README.md index 7fb6dd59b7c5f333356e931093d368fb6d74f515..513868d92864ebeac3c69db014f33fd05e316b0c 100644 --- a/ACL_TensorFlow/contrib/cv/mobilefacenet-V2_ID0929_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/mobilefacenet-V2_ID0929_for_ACL/README.md @@ -103,7 +103,7 @@ python3 calculate_om_acc.py 6. 推理结果截图 -![om_eval](https://gitee.com/JunxiangZhao/modelzoo/raw/master/contrib/TensorFlow/Research/cv/mobilefacenet-V2_ID0929_for_TensorFlow/imgs/om_eval.PNG) +![om_eval](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/cv/mobilefacenet-V2_ID0929_for_ACL) ### 310芯片推理性能与精度表现 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 3e17c8fdce35d6ee0da3b7c2ba99ee5586741e5e..0c2b60f838df9cdb76de745999f1e79aa6f00cfd 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-TensorFlow/tree/master/TensorFlow/contrib/graph/NGNN_ID1246_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL # 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"` ` diff --git a/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow/README.md b/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow/README.md index d2f7f9133a66668d845d8331a6e718e464cb5ce6..db4da278f279411751bedc76d325a640ef977a0d 100644 --- a/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow/README.md +++ b/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/audio/Jasper_ID0020_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow @@ -158,7 +158,7 @@ sess_config = tf.ConfigProto() 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/Image_translation/DualGAN_ID1001_for_TensorFlow/README.md b/TensorFlow/built-in/cv/Image_translation/DualGAN_ID1001_for_TensorFlow/README.md index 901288ecf62aa735cc81f1283361e9dcf1bb5a69..886896dd2a55f02bab8b2b4abd06024f6c9a6b73 100644 --- a/TensorFlow/built-in/cv/Image_translation/DualGAN_ID1001_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/Image_translation/DualGAN_ID1001_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/cv/Image_translation/DualGAN_ID1001_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/Image_translation/DualGAN_ID1001_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -154,7 +154,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(FLAGS.precision 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow/README.md b/TensorFlow/built-in/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow/README.md index 83a6c525cec5a274685bbfe4f6bdd3629a2d9ad2..b9d6eccb367ed1e17debbc92e140b7a848f98b08 100644 --- a/TensorFlow/built-in/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow/README.md @@ -36,7 +36,7 @@ Pix2Pix_ID0359_for_TensorFlow是一个图像处理网络,为了能更好得对 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/Image_translation/Pix2Pix_ID0359_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -138,7 +138,7 @@ Pix2Pix_ID0359_for_TensorFlow是一个图像处理网络,为了能更好得对 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow/README.md b/TensorFlow/built-in/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow/README.md index 47add19d22f05becf376a6a9524aef88ae7cdae9..940a3db1550f13da8e964bc7b17791be6259bfa8 100644 --- a/TensorFlow/built-in/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/Video_enhancement/EDVR_ID0056_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -170,7 +170,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/cv/detection/AlignedReID_ID1460_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/AlignedReID_ID1460_for_TensorFlow/README.md index d87ebc47c3d688ebc3540e620f5b47e96e2694dc..ae9dc034507fac51eb237979396263667a211be0 100644 --- a/TensorFlow/built-in/cv/detection/AlignedReID_ID1460_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/AlignedReID_ID1460_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [built-in/TensorFlow/Research/cv/detection/AlignedReID_ID1460_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/AlignedReID_ID1460_for_TensorFlow) + [built-in/TensorFlow/Research/cv/detection/AlignedReID_ID1460_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/AlignedReID_ID1460_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: @@ -139,7 +139,7 @@ config_proto = tf.ConfigProto(allow_soft_placement=True) 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/README.md index 493117d8420e8b8c0ed634d5e6a088e7a370e461..82a22872a75d16d26d3eeefaa6accb3ea88b2d47 100644 --- a/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/CRNN_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -134,7 +134,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练.脚本为CRNN_for_TensorFlow/test/train_full_1p.sh diff --git a/TensorFlow/built-in/cv/detection/CTPN_ID0053_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/CTPN_ID0053_for_TensorFlow/README.md index 24ec58bc175c0016ac77d877ae3ea538cafa591d..00f5d9d509301a3126b829dece56d793999d8937 100644 --- a/TensorFlow/built-in/cv/detection/CTPN_ID0053_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/CTPN_ID0053_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/CTPN_ID0053_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CTPN_ID0053_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -156,7 +156,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/cv/detection/CTPN_ID0054_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/CTPN_ID0054_for_TensorFlow/README.md index fe426018c6fee3a07782d34e8c18a50f17857ba6..f5ec980cfb5f35b82f31cb07f90299176d9f89a8 100644 --- a/TensorFlow/built-in/cv/detection/CTPN_ID0054_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/CTPN_ID0054_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/CTPN_ID0054_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CTPN_ID0054_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -156,7 +156,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/cv/detection/EastV2_ID1404_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/EastV2_ID1404_for_TensorFlow/README.md index 81861c4451a7689a3716716158ee718ce997f1ac..94de91c297c7183da6d2db54488035e0e1df47f9 100644 --- a/TensorFlow/built-in/cv/detection/EastV2_ID1404_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/EastV2_ID1404_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/EastV2_ID1404_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/EastV2_ID1404_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -136,7 +136,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow/README.md index ab720be467ce5447bb963bd1840a9b0767cf88f3..9cbf7e6e897453965a1aeaa95646c403c9f5ff87 100644 --- a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow/README.md @@ -96,9 +96,9 @@ Data will be downloaded, preprocessed to tfrecords format and saved in the direc 2. 开始训练。 - 单机单卡 - bash test/[train_full_1p.sh](https://gitee.com/chen-zhuan/modelzoo/blob/master/built-in/TensorFlow/Research/cv/detection/FasterRcnn_for_TensorFlow/test/train_full_1p.sh) --ckpt_path={backbone dir} --data_path={data dir} + bash test/[train_full_1p.sh](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow) --ckpt_path={backbone dir} --data_path={data dir} - 单机8卡 - bash test/[train_full_8p.sh](https://gitee.com/chen-zhuan/modelzoo/blob/master/built-in/TensorFlow/Research/cv/detection/FasterRcnn_for_TensorFlow/test/train_full_8p.sh) --ckpt_path={backbone dir} --data_path={data dir} + bash test/[train_full_8p.sh](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/FasterRcnn_resnet101_ID0694_for_TensorFlow) --ckpt_path={backbone dir} --data_path={data dir} diff --git a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/README.md index 76b7047af4618329e4e0dd890136cfd4f35ea443..2246a0ab516b0e82d2978b9e256268c65669bcda 100644 --- a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -159,7 +159,7 @@ npu_config=NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/Hourglass_ID0155_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/Hourglass_ID0155_for_TensorFlow/README.md index 8070b1388889a076c375f5ef173270e90075a39b..18ca0813d2b026877d0303611bd664c7efae2283 100644 --- a/TensorFlow/built-in/cv/detection/Hourglass_ID0155_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/Hourglass_ID0155_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/Hourglass_ID0155_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/Hourglass_ID0155_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -146,7 +146,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/README.md index 9cfa8bde8be9a1c9c1b5e2a21271ed82c00d8b4d..cda0654c0b6352583bc5feee914506e3fbff74e8 100644 --- a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/MaskRcnn_ID0011_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -151,7 +151,7 @@ npu_config=NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 8卡训练 2.1 设置8卡训练参数(脚本位于MaskRcnn_ID0011_for_TensorFlow/test/),示例如下。请确保下面例子中的“data_path”修改为用户对应的路径。 diff --git a/TensorFlow/built-in/cv/detection/NIMA_ID0158_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/NIMA_ID0158_for_TensorFlow/README.md index d0f0e2dd1003824cd4cfbe3365fd6be307fcb375..c55344ddd63b6d67d23e40909001864ecb44d574 100644 --- a/TensorFlow/built-in/cv/detection/NIMA_ID0158_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/NIMA_ID0158_for_TensorFlow/README.md @@ -44,7 +44,7 @@ NIMA由两个模型组成,是一个美学和技术图像质量评估的网络 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/NIMA_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/NIMA_ID0158_for_TensorFlow @@ -166,7 +166,7 @@ NIMA由两个模型组成,是一个美学和技术图像质量评估的网络 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/OpenPose_ID0117_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/OpenPose_ID0117_for_TensorFlow/README.md index 14c7f659f0d2c4ff2201b8a0b504918f6398a60a..4caf21edd77b4dae769bffe3948ba7a07e703568 100644 --- a/TensorFlow/built-in/cv/detection/OpenPose_ID0117_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/OpenPose_ID0117_for_TensorFlow/README.md @@ -40,7 +40,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/OpenPose_ID0117_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/OpenPose_ID0117_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -122,7 +122,7 @@ NA 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/RetinaNet_ID0115_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/RetinaNet_ID0115_for_TensorFlow/README.md index b98f7735541e0ecfe98b74bf41a950110911b856..1b7051892be9e9f19f6f9e4f850ffca6486abb32 100644 --- a/TensorFlow/built-in/cv/detection/RetinaNet_ID0115_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/RetinaNet_ID0115_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/RetinaNet_ID0115_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/RetinaNet_ID0115_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -149,7 +149,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置train_full_1p.sh中data_path和ckpt_path训练参数(脚本位于RetinaNet_for_TensorFlow/test目录下),请用户根据实际路径进行配置,确保data_path和ckpt_path下存在已准备的数据集和预训练模型,如下所示(仅供参考): diff --git a/TensorFlow/built-in/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow/README.md index ebec7c7b8bdfa0f20f30b464c8030e931153032e..2de784e753976339ccd3aed875de7b564bf98e86 100644 --- a/TensorFlow/built-in/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow/README.md @@ -38,7 +38,7 @@ Ascend本次提供的是以ResNet34为主干网络、输入shape为300的SSD-Res - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/SSD-Resnet34_ID0048_for_TensorFlow ### 默认配置 @@ -300,7 +300,7 @@ docker run -it --ipc=host \ 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 配置数据集路径和预训练模型路径: diff --git a/TensorFlow/built-in/cv/detection/SSD-Resnet50V1-FPN_ID1463_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/SSD-Resnet50V1-FPN_ID1463_for_TensorFlow/README.md index e3c21915e52edc5f0aec4be74d24cbce45df5599..c19be0cbb928b9d362457adcd72bc7ce211d309f 100644 --- a/TensorFlow/built-in/cv/detection/SSD-Resnet50V1-FPN_ID1463_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/SSD-Resnet50V1-FPN_ID1463_for_TensorFlow/README.md @@ -138,7 +138,7 @@ download_all.sh nvidia_ssd 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/SSD-VGG_ID1619_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/SSD-VGG_ID1619_for_TensorFlow/README.md index aefae98b5f0acf58d43922e48d7fad7ef7d85525..82855ca5e09369d5f38adfe8fb90699ab7b3be81 100644 --- a/TensorFlow/built-in/cv/detection/SSD-VGG_ID1619_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/SSD-VGG_ID1619_for_TensorFlow/README.md @@ -44,7 +44,7 @@ SSD-VGG是采用单个深度神经网络模型实现目标检测和识别的方 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/blob/master/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/SSD-VGG_ID1619_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -139,7 +139,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow/README.md index e13bc34789718246ef55dd988449f2acfb004c55..f09424d07befd8a803bc615c7b997f8690ef329c 100644 --- a/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/YoloV2_ID1510_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/YoloV2_ID1510_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/YoloV2_ID1510_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: @@ -141,7 +141,7 @@ config_proto = tf.ConfigProto(allow_soft_placement=True) 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow/README.md b/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow/README.md index 184b5243a0824bbddfd1cd8a9b640d6073fb3d89..8c80996525ac39d489b20739f0819a9d4c726a9a 100644 --- a/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/YoloV3_ID0076_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/YoloV3_ID0076_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/YoloV3_ID0076_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: @@ -147,7 +147,7 @@ config_proto = tf.ConfigProto(allow_soft_placement=True) 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/3D_ResNet_ID0486_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/3D_ResNet_ID0486_for_TensorFlow/README.md index 07a94124c7461394a9a804807a369fc1e7d9db1d..b70060decee409d1dff51f3deffced84c16f3361 100644 --- a/TensorFlow/built-in/cv/image_classification/3D_ResNet_ID0486_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/3D_ResNet_ID0486_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/3D_UNet-Medical_ID1462_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/3D_UNet-Medical_ID1462_for_TensorFlow/README.md index 9fff858f247f9df17880dbade520f4905ee8e8ef..5d83f496de515f0cd5636a3162c2a57c1281d780 100644 --- a/TensorFlow/built-in/cv/image_classification/3D_UNet-Medical_ID1462_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/3D_UNet-Medical_ID1462_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现:【深加工】 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AlexNet_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/3D_UNet-Medical_ID1462_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -178,7 +178,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/README.md index b27bd10f6d0423044b0d4cf4305b98c8d2f6566d..4ed997936c1c42f9bd52397f4dbf99d45f5c0698 100644 --- a/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AM3_ID1260_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -140,7 +140,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow/README.md index 7588ea642b4d1d9b6569976d2ed068d5355a0d03..4567334019d9f23a85d4cc21919fa026a26a94b6 100644 --- a/TensorFlow/built-in/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Benchmark/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/AUTOAUGMENT_ID0708_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -132,7 +132,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/AlexNet_ID0072_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/AlexNet_ID0072_for_TensorFlow/README.md index a3b89598b4e7cfa43f9c21bedd2bfb5dd76047e3..c7bfa73ef78f841f47a95baae6a97dd453e124b0 100644 --- a/TensorFlow/built-in/cv/image_classification/AlexNet_ID0072_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/AlexNet_ID0072_for_TensorFlow/README.md @@ -45,7 +45,7 @@ AlexNet是一个经典的图像分类网络,AlexNet在2012年ImageNet竞赛中 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AlexNet_ID0072_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/AlexNet_ID0072_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -181,7 +181,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/AlexNet_ID0259_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/AlexNet_ID0259_for_TensorFlow/README.md index ee4b83efce06773fe50f743e7c7c88e13fb1605a..65cbc890d066ed7945d0d7179673f1622e76a6d6 100644 --- a/TensorFlow/built-in/cv/image_classification/AlexNet_ID0259_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/AlexNet_ID0259_for_TensorFlow/README.md @@ -58,7 +58,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AlexNet_ID0259_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/AlexNet_ID0259_for_TensorFlow ``` @@ -158,7 +158,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/cv/image_classification/DCGAN_ID0260_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/DCGAN_ID0260_for_TensorFlow/README.md index e362bdd96017b182d0633ac1e5fcd7d311cc39a1..d984593d64846e4b00496265ab62d10121137776 100644 --- a/TensorFlow/built-in/cv/image_classification/DCGAN_ID0260_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/DCGAN_ID0260_for_TensorFlow/README.md @@ -37,7 +37,7 @@ DCGAN全称[Deep Convolutional Generative Adversarial Networks](https://arxiv.or - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DCGAN_ID0260_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DCGAN_ID0260_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -117,7 +117,7 @@ DCGAN全称[Deep Convolutional Generative Adversarial Networks](https://arxiv.or 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/DPN68_ID0142_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/DPN68_ID0142_for_TensorFlow/README.md index 05ecb39762799dddfa0c0488dbaaf445bbf20703..7b42a06a220e4b50b51c23568e811784d7390e2b 100644 --- a/TensorFlow/built-in/cv/image_classification/DPN68_ID0142_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/DPN68_ID0142_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/DPN68_ID0142_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DPN68_ID0142_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -144,7 +144,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Darts_for_TensorFlow/automl/README.md b/TensorFlow/built-in/cv/image_classification/Darts_for_TensorFlow/automl/README.md index 1cd7fa18d933ed806ddd34c2abbd256a742fd179..d43dbaf11a4fe6d56472c4dc4305bd8e97f4ea29 100644 --- a/TensorFlow/built-in/cv/image_classification/Darts_for_TensorFlow/automl/README.md +++ b/TensorFlow/built-in/cv/image_classification/Darts_for_TensorFlow/automl/README.md @@ -84,7 +84,7 @@ DARTS(Differentiable ARchiTecture Search)是最早提出基于梯度下降算法 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 安装Vega库 diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow/README.md index 72c42a807266da8f2300b58cb9a016d86ce8a087..0825f958d4d0f1c3c608734815a2492ba3336abb 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow/README.md @@ -42,7 +42,7 @@ DenseNet-121是一个经典的图像分类网络,主要特点是采用各层 - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DenseNet121_ID0067_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: @@ -161,7 +161,7 @@ DenseNet-121是一个经典的图像分类网络,主要特点是采用各层 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/README.md index 3dc1e3e8963212b16e1fe19688a5e87864692ccf..c4a39bd1f927b274fa8d0ee5bde55acc2713dc03 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/README.md @@ -42,7 +42,7 @@ DenseNet-161是一个经典的图像分类网络,主要特点是采用各层 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet161_ID1579_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -149,7 +149,7 @@ DenseNet-161是一个经典的图像分类网络,主要特点是采用各层 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/README.md index b503adc5ce9361cac7ebedacc026d954aa943697..44f59643fc298bf3c0d7d302b6b381bfe7293a82 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/README.md @@ -43,7 +43,7 @@ DenseNet-169是一个经典的图像分类网络,主要特点是采用各层 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet169_ID1580_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow @@ -163,7 +163,7 @@ DenseNet-169是一个经典的图像分类网络,主要特点是采用各层 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow/README.md index a532eebc853a97a05b45e5c84ed758e17742253f..4520e6475a6f779581fe247378c78458c8138bad 100644 --- a/TensorFlow/built-in/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/Densenet_3D_ID0121_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -119,7 +119,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/README.md index 2aea3f0c0e8f08682016a04475f0634ecd619498..577af7d8f26e488da2e79bb726e99212b47d3039 100644 --- a/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/README.md @@ -42,7 +42,7 @@ EfficientNets是一系列图像分类网络,基于AutoML和Compound Scaling技 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow @@ -172,7 +172,7 @@ EfficientNets是一系列图像分类网络,基于AutoML和Compound Scaling技 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 2.1 设置单卡训练参数(脚本为train_1p.sh,脚本位于EfficientNet_B0_for_TensorFlow/train_1p.sh),示例如下。 diff --git a/TensorFlow/built-in/cv/image_classification/Face-ResNet50_ID1372_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/Face-ResNet50_ID1372_for_TensorFlow/README.md index ae85e856aa9c89153882d770b8afb99ed402505c..80561494909ec29a7bc16084c578f57bcf465ae7 100644 --- a/TensorFlow/built-in/cv/image_classification/Face-ResNet50_ID1372_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/Face-ResNet50_ID1372_for_TensorFlow/README.md @@ -132,7 +132,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/GoogleNet_ID0051_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/GoogleNet_ID0051_for_TensorFlow/README.md index c3c39fc576d41e09ce5890778430ab4501774e58..6239d38b3bf50b95091997309d939419d635049e 100644 --- a/TensorFlow/built-in/cv/image_classification/GoogleNet_ID0051_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/GoogleNet_ID0051_for_TensorFlow/README.md @@ -132,7 +132,7 @@ The content of the 8p configuration file: ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### Running the example diff --git a/TensorFlow/built-in/cv/image_classification/HRNet_ID0139_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/HRNet_ID0139_for_TensorFlow/README.md index 49777b82581b33c1be1c044cfe046d421d99c4d2..cbe162d5f8c2104ef128f54a25a7f9391a380674 100644 --- a/TensorFlow/built-in/cv/image_classification/HRNet_ID0139_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/HRNet_ID0139_for_TensorFlow/README.md @@ -36,7 +36,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/HRNet_ID0139_for_TensorFlow/ + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/HRNet_ID0139_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -145,7 +145,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV2_ID0670_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/InceptionV2_ID0670_for_TensorFlow/README.md index d3e47e0afe7ea8c358c923bdcae0b923c893c863..22d513d1dec0e0105264590058d379c0a1bfad9a 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV2_ID0670_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/InceptionV2_ID0670_for_TensorFlow/README.md @@ -41,7 +41,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/InceptionV2_ID0670_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/InceptionV2_ID0670_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -148,7 +148,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0491_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0491_for_TensorFlow/README.md index aa453c5b35365c4a2575459806b5668c669ed495..a7e172d416fcf216ad99e5c889fffd1f6e412434 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0491_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0491_for_TensorFlow/README.md @@ -43,7 +43,7 @@ Inception结构的GoogLeNet可以很好的执行在内存和计算资源有限 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/InceptionV3_ID0491_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0491_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -151,7 +151,7 @@ echo "parameter explain: 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/README.md index f9e618caa7d486dd9f23d3eba13def228477fbe2..3201be19bde693dbee235b09295931ba0b5a2fe2 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/README.md @@ -41,7 +41,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/InceptionV3_ID0504_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -148,7 +148,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/README.md index a124911f02edbf492aaf1c732f20e07f9b786012..1ee0e70a0ee6dfec54236674baf085fd6a72be97 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/README.md @@ -39,7 +39,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re [https://github.com/tensorflow/models/tree/master/research/slim](https://github.com/tensorflow/models/tree/master/research/slim) - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/InceptionV4_ID0002_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/InceptionV4_ID0002_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: @@ -147,7 +147,7 @@ InceptionV4是2016年提出的Inception系列网络的第四个版本,随着Re 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/README.md index 8f5c0e94e0055721b24288f83f4ec694d376467f..f9d4a538cd5a1280bb280217a7033aa7877d8450 100644 --- a/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/README.md @@ -139,7 +139,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练(仅测试性能&功能) diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow/README.md index 166c8412f2b08ac405241e0554dca244e4688ffc..b94557681557bbb25a188305c03e5640a10076c8 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow/README.md @@ -41,7 +41,7 @@ MobileNetv1是一个轻型框架神经网络,可以部署在任何移动设备 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV1_ID0093_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -149,7 +149,7 @@ MobileNetv1是一个轻型框架神经网络,可以部署在任何移动设备 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/README.md index 3f1f2a8629583981df31bf5fcb491b747acfaf92..2cea861f6e6e3cc1134e09e22e47fd138c9381d3 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/README.md @@ -46,7 +46,7 @@ MobileNetv1专注于移动端或者嵌入式设备中的轻量级CNN网络。是 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/MobileNetV1_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -160,7 +160,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/README.md index 14515c76feee1f7ec273c31374a05b04d7b14bd9..5f74fd06e9465b2587076982baa2aa2166a243de 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/README.md @@ -44,7 +44,7 @@ MobileNetV2是一种轻量型的适用于移动端的网络,其主要是由dep - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -209,7 +209,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow/README.md index 076817beab9d27d422ee1872b32260f491703029..8a7e1d59da35e907db73ac4d9af356963d0968ce 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow/README.md @@ -43,7 +43,7 @@ MobileNetV3是一种轻量型的适用于移动端的网络,其主要是由dep - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV3-Large_ID1782_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -208,7 +208,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 精度训练: diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow/README.md index 4555ccb028a9277ee106597bde26f1ca2cdd3108..bc32ab865bd5c11e8fd6b0bc07ebfd89404cceb0 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow/README.md @@ -43,7 +43,7 @@ MobileNetV3是一种轻量型的适用于移动端的网络,其主要是由dep - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV3-Small_ID1783_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -206,7 +206,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 精度训练: diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow/README.md index c108135986779ce7086228137e1b079ee05b9ca5..65dfeaaced9e45d86e6d2dee03613389545bb09a 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow/README.md @@ -44,7 +44,7 @@ MobileNetV3和Lite R-ASPP语义分割的Keras实现(正在开发中)。 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/MobileNetV3_ID0256_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -167,7 +167,7 @@ echo "parameter explain: 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow/README.md index 16ff361d22cd9ea41de2bbedc347722f8126635d..6a2b7ec0d4de76e526f35340ead91a4d1c97b0de 100644 --- a/TensorFlow/built-in/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Benchmark/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/Multi-Layer_Perceptron_ID0628_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -134,7 +134,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/NASNet_ID0144_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/NASNet_ID0144_for_TensorFlow/README.md index 15c3c89549e1ea49c87eff89865594480a67a415..0ffacf9bfbb4ad4fdbad3ad3ad35e66c859b25ee 100644 --- a/TensorFlow/built-in/cv/image_classification/NASNet_ID0144_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/NASNet_ID0144_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现:【深加工】 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/NASNet_ID0144_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/NASNet_ID0144_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -187,7 +187,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow/README.md index cd51a5466f38a063affa44e04dbf9ddd7a2b2705..5b9713fd840ad6b93c488d0e948e88e16463f60b 100644 --- a/TensorFlow/built-in/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow/README.md @@ -39,7 +39,7 @@ Octave 一词表示 “八音阶” 或 “八度”,音乐里降 8 个音阶 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/Oct-ResNet_ID0251_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -137,7 +137,7 @@ Octave 一词表示 “八音阶” 或 “八度”,音乐里降 8 个音阶 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/PointNet_ID0266_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/PointNet_ID0266_for_TensorFlow/README.md index 243206c87fdfe587af294cd0a30777c30f898310..63a726af52f54fac4e4449b8dc6d9acb2e37a834 100644 --- a/TensorFlow/built-in/cv/image_classification/PointNet_ID0266_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/PointNet_ID0266_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现:【深加工】 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/PointNet_ID0266_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/PointNet_ID0266_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -181,7 +181,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet101_ID0063_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet101_ID0063_for_TensorFlow/README.md index 0e04d21618f0c70ba7f437c6796e13e198546f35..76c5146e579502d30a21cdf97d04221535eb080e 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet101_ID0063_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet101_ID0063_for_TensorFlow/README.md @@ -270,7 +270,7 @@ Modify the `*.json` configuration file in the `config` directory, modify the cor ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) check if path '/usr/local/HiAI' or ''/usr/local/Ascend' is existed or not. modify '/usr/local/HiAI' to the actual path in scripts/run.sh diff --git a/TensorFlow/built-in/cv/image_classification/ResNet152_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet152_for_TensorFlow/README.md index a50526013beb83db3a4429cbdb2702ce5ede023f..ad9030c361e1516326b024c819a78bf1586ba5ef 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet152_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet152_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNet152_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNet152_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: ``` @@ -152,7 +152,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet18_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet18_for_TensorFlow/README.md index 0abef00f0080f8c7b530cbab089ba30399b86cb2..d0a44f4e20b04ca08ded23ad2dd615503d873d68 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet18_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet18_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNet18_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNet18_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: ``` @@ -151,7 +151,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/README.md index afec482c5bb59f4b776020a59c78a53bb54e4e11..34d05d856c5e0be05c9de4820a8b0f5e8c86ec27 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNet200_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: ``` @@ -151,7 +151,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet34_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet34_for_TensorFlow/README.md index adf1359e7942e427b29b5bae4c39c4345d9db13a..375fa97e179574f800909d545a6dae5f89eb75c5 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet34_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet34_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNet34_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNet34_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: ``` @@ -151,7 +151,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md index c0eb585772099b1b05467b79bd391f511fa07f18..012c4faac8c23fd24b4c9c99cac49c57bdbbcf78 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md @@ -116,7 +116,7 @@ After executing docker_start.sh with three parameters: ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### Running the example #### Training diff --git a/TensorFlow/built-in/cv/image_classification/ResNext101_ID1577_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNext101_ID1577_for_TensorFlow/README.md index 1f8fd0fafa45a23238799ddf28b95cd6526562ac..12c74e6294d2f06cb8f1b4a146e54cf025eb4141 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNext101_ID1577_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNext101_ID1577_for_TensorFlow/README.md @@ -41,7 +41,7 @@ ResNeXt网络在ResNet基础上进行了优化,同时采用Vgg/ResNet堆叠的 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/ResNext101_ID1577_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNext101_ID1577_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -169,7 +169,7 @@ ResNeXt网络在ResNet基础上进行了优化,同时采用Vgg/ResNet堆叠的 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResNext50_ID0070_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNext50_ID0070_for_TensorFlow/README.md index adfa2ac03c4446e0f0e078f79b09d80f90089904..03fd3cc953cddd631358b7228efd843b02935212 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNext50_ID0070_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNext50_ID0070_for_TensorFlow/README.md @@ -40,7 +40,7 @@ ResNeXt网络在ResNet基础上进行了优化,同时采用Vgg/ResNet堆叠的 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNext50_ID0070_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResNext50_ID0070_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -160,7 +160,7 @@ ResNeXt网络在ResNet基础上进行了优化,同时采用Vgg/ResNet堆叠的 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/Readme.md b/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/Readme.md index a662af12170520bb3dd84d204681d77b804536dd..71ed1e9fed6fbd7e8663bde01ce0fc459061ccd8 100644 --- a/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/Readme.md +++ b/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/Readme.md @@ -155,7 +155,7 @@ run_config = NPURunConfig( - 启动训练之前,首先要配置程序运行相关环境变量。 - 环境变量配置信息参见: [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + 环境变量配置信息参见: [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow/README.md index cd9946b875bc740d39a88ce461ab64a087d243e4..ef0cdc3d145d1c07da16a9f1afa7d7976e9e7265 100644 --- a/TensorFlow/built-in/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow/README.md @@ -44,7 +44,7 @@ ResNet在ImageNet竞赛中是一个比较好的分类问题网络。介绍了剩 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ResnetVariant_ID0033_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -146,7 +146,7 @@ ResNet在ImageNet竞赛中是一个比较好的分类问题网络。介绍了剩 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/SSD-Resnet34_TF_Atlas_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/SSD-Resnet34_TF_Atlas_for_TensorFlow/README.md index 4b16a35c00493879b3fada3602eff019f8aeb3b2..b39ec3ef929e29063dafb2cf4c0827dad57ee2ef 100644 --- a/TensorFlow/built-in/cv/image_classification/SSD-Resnet34_TF_Atlas_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/SSD-Resnet34_TF_Atlas_for_TensorFlow/README.md @@ -263,7 +263,7 @@ docker run -it --ipc=host \ 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 配置数据集路径和预训练模型路径: diff --git a/TensorFlow/built-in/cv/image_classification/SWA_ID0252_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/SWA_ID0252_for_TensorFlow/README.md index 9efbf8ef1b21bacadc4abd3d3ce3a0b43148352b..b9a6b778d2d5a9cf6fbfb550f39f30f4bb2415fd 100644 --- a/TensorFlow/built-in/cv/image_classification/SWA_ID0252_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/SWA_ID0252_for_TensorFlow/README.md @@ -46,7 +46,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/cv/image_classification/SWA_ID0252_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/SWA_ID0252_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -154,7 +154,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(FLAGS.precision 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/cv/image_classification/ShuffleNetV1-1.0x-group3_ID2129_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ShuffleNetV1-1.0x-group3_ID2129_for_TensorFlow/README.md index b22744cdaed1829c607b31b81646f018fc8be7c1..1756fef1c239962bbd608568ecf3f475cf777f58 100644 --- a/TensorFlow/built-in/cv/image_classification/ShuffleNetV1-1.0x-group3_ID2129_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ShuffleNetV1-1.0x-group3_ID2129_for_TensorFlow/README.md @@ -157,7 +157,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 ``` diff --git a/TensorFlow/built-in/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow/README.md b/TensorFlow/built-in/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow/README.md index af92df39c1172b23b0c344e5b49df15241c55ccd..a150777002a8c05b9640117d31869cdd758b64c1 100644 --- a/TensorFlow/built-in/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow/README.md @@ -38,16 +38,15 @@ - 参考实现: - ``` + https://github.com/TropComplique/shufflenet-v2-tensorflow - ``` -- 适配昇腾 AI 处理器的实现: + + - 适配昇腾 AI 处理器的实现: - ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/ShufflenetV2_ID0371_For_Tensorflow - ``` + - 通过Git获取对应commit\_id的代码方法如下: @@ -185,7 +184,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/Shufflenet_ID0645_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/Shufflenet_ID0645_for_TensorFlow/README.md index c255b0e479c6d926447dedafa37ad4d9fdabad08..9c379445afe11c8c368194e98f3bf2b4f7b707a8 100644 --- a/TensorFlow/built-in/cv/image_classification/Shufflenet_ID0645_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/Shufflenet_ID0645_for_TensorFlow/README.md @@ -135,7 +135,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/SqueezeNext_ID0513_For_Tensorflow/README.md b/TensorFlow/built-in/cv/image_classification/SqueezeNext_ID0513_For_Tensorflow/README.md index 0c146348999c067d30f80a9da43d33ce974764bb..f4337bc3d96c5300f453fa74e7ad99b47c84f938 100644 --- a/TensorFlow/built-in/cv/image_classification/SqueezeNext_ID0513_For_Tensorflow/README.md +++ b/TensorFlow/built-in/cv/image_classification/SqueezeNext_ID0513_For_Tensorflow/README.md @@ -155,7 +155,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置configs/transformer_big.yml中的网络参数,请用户根据自己需求进行配置; 3. 配置train-ende.sh中`DATA_PATH`训练参数(脚本位于Transformer_for_TensorFlow目录下),请用户根据实际数据集路径进行配置,确保`DATA_PATH`下存在已准备的数据集,如下所示(仅供参考): diff --git a/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/README.md index 9dcf4c21e4db8afe373a14b51ec240d006764829..4499dbaf5045bed891e13c3c302896d1903513b1 100644 --- a/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/README.md @@ -41,7 +41,7 @@ VGG16是一个经典的目标分类网络。整个网络都使用(3x3)的卷 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_ID0068_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -150,7 +150,7 @@ run_config = NPURunConfig( model_dir=flags_obj.model_dir, 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 1. 配置训练参数。 diff --git a/TensorFlow/built-in/cv/image_classification/VGG19_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/VGG19_for_TensorFlow/README.md index 6dd7abfa8be7fc55d9090e5f0d9de3a9c90befe1..fad9bbf111cb971746f95be65acba78c2545a98f 100644 --- a/TensorFlow/built-in/cv/image_classification/VGG19_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/VGG19_for_TensorFlow/README.md @@ -46,7 +46,7 @@ VGG19是一个经典的目标分类网络。整个网络都使用(3x3)的卷 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG19_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/VGG19_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -160,7 +160,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_classification/VNECT_ID1094_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/VNECT_ID1094_for_TensorFlow/README.md index ea59bf74ad277432ed8b10a8fb315e00805c5ac7..2519652c97055bd21c3bd0f55f5d413e38d47d38 100644 --- a/TensorFlow/built-in/cv/image_classification/VNECT_ID1094_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/VNECT_ID1094_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/VNECT_ID1094_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_classification/VNECT_ID1094_for_TensorFlow ``` @@ -148,7 +148,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/README.md index 2461a76dabc30f608b2edf2ea209cc30c711d29f..3335b79598ca469c426334259fb83a0047a37fbf 100644 --- a/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/README.md @@ -121,7 +121,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/DeepLabv3+out_ID0147_for_TensorFlow/DeepLabv3+_ID0147_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/DeepLabv3+out_ID0147_for_TensorFlow/DeepLabv3+_ID0147_for_TensorFlow/README.md index 82d1589f1364681f15ba9b319c7283aa43e0b7a5..fe542602368a13a7212153a8586be88194af777b 100644 --- a/TensorFlow/built-in/cv/image_segmentation/DeepLabv3+out_ID0147_for_TensorFlow/DeepLabv3+_ID0147_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/DeepLabv3+out_ID0147_for_TensorFlow/DeepLabv3+_ID0147_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_segmentation/DeepLabv3+_ID0147_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/DeepLabv3+out_ID0147_for_TensorFlow/DeepLabv3+_ID0147_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -141,7 +141,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/DeeplabV3_ID0047_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/DeeplabV3_ID0047_for_TensorFlow/README.md index 5a794d3cf56b429e61765e7001b207ab74156131..92971dd6faaddc0ceb75ee02192811cd7cd015b6 100644 --- a/TensorFlow/built-in/cv/image_segmentation/DeeplabV3_ID0047_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/DeeplabV3_ID0047_for_TensorFlow/README.md @@ -145,7 +145,7 @@ The content of the 8p configuration file: ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### Running the example diff --git a/TensorFlow/built-in/cv/image_segmentation/KinD_ID1132_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/KinD_ID1132_for_TensorFlow/README.md index 3c96acbfa98d13add22ac88b9bd721df9e7a0c8f..8b909388ae1299d2092c5ebd7e9819f6cf71c1a6 100644 --- a/TensorFlow/built-in/cv/image_segmentation/KinD_ID1132_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/KinD_ID1132_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_segmentation/KinD_ID1132_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/KinD_ID1132_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -136,7 +136,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow/README.md index 12e8f4ebb34120473a239a5cba21b5af6448de33..ab9d263327bdf0dda3357bf71ecd2dce8c0cf70d 100644 --- a/TensorFlow/built-in/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/ModelsGenesis_ID0902_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -142,7 +142,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/RCNN_ID0668_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/RCNN_ID0668_for_TensorFlow/README.md index 7dfa74116af71e449ab17f267083d8f9b371e0ca..007e35087401dfe4194be0cbf81e9372f65907e6 100644 --- a/TensorFlow/built-in/cv/image_segmentation/RCNN_ID0668_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/RCNN_ID0668_for_TensorFlow/README.md @@ -40,7 +40,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_segmentation/RCNN_ID0668_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/RCNN_ID0668_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -155,7 +155,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md index 7567620258938ab69c75c843523d1275f43c0e09..9c736c330b7502b661244621ca05a21a359c98d3 100644 --- a/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/ShapeNet_ID1138_for_TensorFlow/README.md @@ -132,7 +132,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/TCN_ID0022_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/TCN_ID0022_for_TensorFlow/README.md index 08053e7f462825b9af1f7550985a704353ce3c4e..cfd4cf55c89f292d3b97902e9e043c0cb91ae938 100644 --- a/TensorFlow/built-in/cv/image_segmentation/TCN_ID0022_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/TCN_ID0022_for_TensorFlow/README.md @@ -41,7 +41,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_segmentation/TCN_ID0022_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/TCN_ID0022_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -163,7 +163,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet2D_ID0008_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/UNet2D_ID0008_for_TensorFlow/README.md index 6cc48b8d903cf495d412db40be4958fd6dd1e03d..f87d9f6403012db007c2c2e71f4e23d5e4ce7051 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet2D_ID0008_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/UNet2D_ID0008_for_TensorFlow/README.md @@ -45,7 +45,7 @@ UNet是医学图像处理方面著名的图像分割网络,过程是这样的 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/cv/image_segmentation/UNet2D_for_TensorFlow/00-access/ + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/UNet2D_ID0008_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -143,7 +143,7 @@ UNet是医学图像处理方面著名的图像分割网络,过程是这样的 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet2D_for_TensorFlow/00-access/README.md b/TensorFlow/built-in/cv/image_segmentation/UNet2D_for_TensorFlow/00-access/README.md index 6cc48b8d903cf495d412db40be4958fd6dd1e03d..4ed5ca33f50f94ccef9f7b724e54e20f65f3bef9 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet2D_for_TensorFlow/00-access/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/UNet2D_for_TensorFlow/00-access/README.md @@ -143,7 +143,7 @@ UNet是医学图像处理方面著名的图像分割网络,过程是这样的 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet3D_ID0057_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/UNet3D_ID0057_for_TensorFlow/README.md index 0ff005fb4d872c8d63da106cec8e6793c4703b90..c005f238942dd2fd7d3eb9a31e4bd2371d11d892 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet3D_ID0057_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/UNet3D_ID0057_for_TensorFlow/README.md @@ -36,7 +36,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_segmentation/UNet3D_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_segmentation/UNet3D_ID0057_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -131,7 +131,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/README.md index ac070e736eadedaae6aceb8b63206108ed781efc..6b67b3f135ec3bae36271418f8dff4b25b7ecdcf 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/README.md @@ -124,7 +124,7 @@ pip3 install dllogger/ ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### Modification of OPP operator diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet_Medical_for_TensorFlow/UNet_Medical/README.md b/TensorFlow/built-in/cv/image_segmentation/UNet_Medical_for_TensorFlow/UNet_Medical/README.md index 3c00f04aad7acd00d4724a944c5187e163f06c83..73d88123a0b68e2ad79cb929644ce38184e5e67e 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet_Medical_for_TensorFlow/UNet_Medical/README.md +++ b/TensorFlow/built-in/cv/image_segmentation/UNet_Medical_for_TensorFlow/UNet_Medical/README.md @@ -138,7 +138,7 @@ UNet 模型是用于 2D 图像分割的卷积神经网络。该模型在 Volta 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow/README.md index 0c94e1d27ef2a5e9d8331472549040dc1cfe16a0..4df493017451b4ff71ca518eafc15263f056c0b8 100644 --- a/TensorFlow/built-in/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_super_resolution/NLRN_ID1100_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -146,7 +146,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow/README.md index 7cc0d2d2570d177a1a9f4932d492c5a1c635a82e..5025924b97def813f2358781ba6a3716781f4894 100644 --- a/TensorFlow/built-in/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_super_resolution/RCAN_ID0268_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -135,7 +135,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow/README.md index e93c0cc0b924141cae72fe313188f90a5a7ab725..23315bb9d85b81884d3ea64a94730bdf5b87d39b 100644 --- a/TensorFlow/built-in/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/BigGAN_ID0088_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -136,7 +136,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/DCGAN_ID2196_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/DCGAN_ID2196_for_TensorFlow/README.md index eefdb8485dfe27139cd8f0fd6376a4b29898cb15..09f05567949f9f03285277a0eae9920fd8928157 100644 --- a/TensorFlow/built-in/cv/image_synthesis/DCGAN_ID2196_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/DCGAN_ID2196_for_TensorFlow/README.md @@ -124,7 +124,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow/README.md index a4fb06a17cb14fedafae0703ef6bbe3ad2666c5f..d8c34d6f1009e85ae029c6ac5d39f83e765d1d24 100644 --- a/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow](https://gitee.com/abe_explore/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/Deep-multimodal-subspace-clustering-networks_ID1259_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: @@ -113,7 +113,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/GAN_ID0652_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/GAN_ID0652_for_TensorFlow/README.md index dfee282f19cb2be8c270f890d5aa546e8ad5be0b..23b5d222cc7fcccd0b2703cc2852ff0615e0e7ea 100644 --- a/TensorFlow/built-in/cv/image_synthesis/GAN_ID0652_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/GAN_ID0652_for_TensorFlow/README.md @@ -34,7 +34,7 @@ ```` ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/GAN_ID0652_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/GAN_ID0652_for_TensorFlow ``` ```` @@ -142,7 +142,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(args.precision_ ​ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow/README.md index 62d08fc42acf7f992c759a0222d8c001a069a32b..8528f83781f8f81049d15b8f1ddba4252db8f8ce 100644 --- a/TensorFlow/built-in/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/Pix2Pix_ID1467_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -184,7 +184,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/README.md index 0ad09ee4f6510a50732a550f062316fbf4c9586d..f576a191b616fe014b2625d33f5bfd943d01fef2 100644 --- a/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/README.md @@ -39,7 +39,7 @@ SRGAN的作用简单点说,就是给你一张模糊的图片,让你复原一张 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -124,7 +124,7 @@ SRGAN的作用简单点说,就是给你一张模糊的图片,让你复原一张 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow/README.md index bad9c4d848462bdcf36784746ce73a50ea521418..0a83704ed3adf6c03226902af5aa42866519cddc 100644 --- a/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/VAE-GAN_ID1800_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: @@ -138,7 +138,7 @@ config_proto = tf.ConfigProto(allow_soft_placement=True) 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow/README.md index f66eed72c90355f8e31ceed319c187e81a5f592d..08f2abbb0a8a768eacaa0efa368b1d555d8d8f2b 100644 --- a/TensorFlow/built-in/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow/README.md @@ -42,7 +42,7 @@ ViDeNN提出一个CNN框架,使用一个结合空间和时间的滤波,一 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/image_synthesis/ViDeNN_ID1146_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -147,7 +147,7 @@ ViDeNN提出一个CNN框架,使用一个结合空间和时间的滤波,一 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/graph/DCGAN_ID0686_for_TensorFlow/README.md b/TensorFlow/built-in/graph/DCGAN_ID0686_for_TensorFlow/README.md index d2c50fec64e2271bdf980a4d862ec9141d3a360e..910a711b87b9e3a571e4689eeb265e28e22091ad 100644 --- a/TensorFlow/built-in/graph/DCGAN_ID0686_for_TensorFlow/README.md +++ b/TensorFlow/built-in/graph/DCGAN_ID0686_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/graph/DCGAN_ID0686_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/graph/DCGAN_ID0686_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -165,7 +165,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(FLAGS.precision 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/nlp/ALBERT-lcqmc-ZH_ID1461_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/ALBERT-lcqmc-ZH_ID1461_for_TensorFlow/README.md index c551aa5a06970b1729033c2f91f96f899f791491..fa6fdf8a10fc8dd9a5084030c9bd0bf1f3aa05ba 100644 --- a/TensorFlow/built-in/nlp/ALBERT-lcqmc-ZH_ID1461_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/ALBERT-lcqmc-ZH_ID1461_for_TensorFlow/README.md @@ -154,7 +154,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置configs/transformer_big.yml中的网络参数,请用户根据自己需求进行配置; 3. 配置train-ende.sh中`DATA_PATH`训练参数(脚本位于Transformer_for_TensorFlow目录下),请用户根据实际数据集路径进行配置,确保`DATA_PATH`下存在已准备的数据集,如下所示(仅供参考): diff --git a/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow/README.md index 9a3ae1223b976f4886fcf7761f9d74cfa7d73bc9..82e787eeeac0deafabba8437cf957b1011476785 100644 --- a/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Benchmark/nlp/Albert_ID0632_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Benchmark/nlp/Albert_ID0632_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Albert_ID0632_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: @@ -158,7 +158,7 @@ config_proto = tf.ConfigProto(allow_soft_placement=True) 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/Albert_ZH_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Albert_ZH_for_TensorFlow/README.md index c98c0966bb8078ac3afc5dfb166c008fa2efbd32..71c35c5deb1486be96f71cb32973ab16ca1a4c90 100644 --- a/TensorFlow/built-in/nlp/Albert_ZH_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Albert_ZH_for_TensorFlow/README.md @@ -41,7 +41,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/Albert_ZH_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Albert_ZH_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -151,7 +151,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置configs/transformer_big.yml中的网络参数,请用户根据自己需求进行配置; 3. 配置train-ende.sh中`DATA_PATH`训练参数(脚本位于Transformer_for_TensorFlow目录下),请用户根据实际数据集路径进行配置,确保`DATA_PATH`下存在已准备的数据集,如下所示(仅供参考): diff --git a/TensorFlow/built-in/nlp/Bert-CLUE_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert-CLUE_for_TensorFlow/README.md index 3cd7501c38014569b0a5e0732d3b4fdb71ec84ad..67e5200e9602b346ebedebfca70045e771fa28d2 100644 --- a/TensorFlow/built-in/nlp/Bert-CLUE_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert-CLUE_for_TensorFlow/README.md @@ -45,7 +45,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bert-CLUE_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert-CLUE_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -140,7 +140,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 将环境变量配置到scrpts/run_*.sh中 diff --git a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/README.md index a3ff550a18002d40bc146dad373917f2cb4eb9f9..9bfa709686fcc900a6b661398c34070859a41a54 100644 --- a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/README.md @@ -37,7 +37,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/Bert-NER_ID0797_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow @@ -134,7 +134,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/nlp/Bert-base_ID0060_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert-base_ID0060_for_TensorFlow/README.md index 6eaa21995d40d62622259a4f7008e31498e983c3..31c3b2dd57f59ea4dee1e987ba04e58f394b6317 100644 --- a/TensorFlow/built-in/nlp/Bert-base_ID0060_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert-base_ID0060_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bert-base_ID0060_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert-base_ID0060_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -184,7 +184,7 @@ - 模型训练 - 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 脚本修改: 版本Atlas Data Center SolutionV100R020C30之前的版本: diff --git a/TensorFlow/built-in/nlp/Bert-qa_ID0369_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert-qa_ID0369_for_TensorFlow/README.md index 1bb78a26ae00d09ae46203eae698c2011330e038..81e9fd94700f3da934d1321c94f200593dac0c29 100644 --- a/TensorFlow/built-in/nlp/Bert-qa_ID0369_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert-qa_ID0369_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/nlp/Bert-qa_ID0369_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert-qa_ID0369_for_TensorFlow ``` @@ -165,7 +165,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/BertBase_Google_ID0631_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/BertBase_Google_ID0631_for_TensorFlow/README.md index aa6d6a5c7f9f9d55e2e3b1a61c5b9ca5c3baa85e..dee94c00cbb6414ff2f8f64c8579dc36e8c04816 100644 --- a/TensorFlow/built-in/nlp/BertBase_Google_ID0631_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/BertBase_Google_ID0631_for_TensorFlow/README.md @@ -46,7 +46,7 @@ BERT模型的全称是Bidirectional Encoder Representation from Transformers, - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/BertBase_Google_ID0631_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/BertBase_Google_ID0631_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -173,7 +173,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(FLAGS.precision 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 启动单卡训练,data_path传入处理好的tf record格式数据集路径,type传入bertbase diff --git a/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/README.md index bcd449fd20476abe05e4d2c99b8a2de974dae422..9ff988e59c3e48d2b523da88dbae7d6ba8acaf0b 100644 --- a/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/README.md @@ -42,7 +42,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bertsquad_ID0495_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -138,7 +138,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 将环境变量配置到test/train_*.sh中 diff --git a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/README.md index 7ad3eb266004330f7e0af628db1751ba949ed19e..810689cf90b6e67b4d4e20ada9f2a4596983432e 100644 --- a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bert-base_ID0060_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -174,7 +174,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 将环境变量配置到test/train_*.sh中 diff --git a/TensorFlow/built-in/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow/README.md index b6802e50ace502f976cfe7ea0ffdcfabed657001..fde0cdda3e6579ccd60a12a6cf4223eddc5c2b8e 100644 --- a/TensorFlow/built-in/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow/README.md @@ -42,7 +42,7 @@ BERT模型的全称是Bidirectional Encoder Representation from Transformers, - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert_Google_MRPC_ID1466_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -136,7 +136,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/nlp/Bert_Google_finetune_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert_Google_finetune_for_TensorFlow/README.md index 24015197a911566036615f09e9326eb55ff58d85..db108d1889b6338b673bba691920c7e2419ab35a 100644 --- a/TensorFlow/built-in/nlp/Bert_Google_finetune_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert_Google_finetune_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/Bert_Google_finetune_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert_Google_finetune_for_TensorFlow ``` ​ diff --git a/TensorFlow/built-in/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow/README.md index deb27f167dea69fdbcac9a4cf0c91a9a960c3f0d..1199bd55d1ebc386c5eee54a13ab1a06fdb19263 100644 --- a/TensorFlow/built-in/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow/README.md @@ -37,7 +37,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bert_Nv_Finetune_MPRC_ID1641_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -135,7 +135,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/nlp/Bertsquad_ID0495_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Bertsquad_ID0495_for_TensorFlow/README.md index 8dac5fc508e28d64d1d52e0fe0d3413105d748ed..b92b66c6a4ba1001762ba8425ba1b0e5055e542a 100644 --- a/TensorFlow/built-in/nlp/Bertsquad_ID0495_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Bertsquad_ID0495_for_TensorFlow/README.md @@ -42,7 +42,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Bertsquad_ID0495_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Bertsquad_ID0495_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -138,7 +138,7 @@ BERT是一种与训练语言表示的方法,这意味着我们在大型文本 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 将环境变量配置到scripts/run_*.sh中 diff --git a/TensorFlow/built-in/nlp/BiLSTM_CRF_ID0125_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/BiLSTM_CRF_ID0125_for_TensorFlow/README.md index 34d85a6498ea4f496dd457a8e0ddb6fb77473483..1e04251c1c495b60e5c0edfd2b4425fbb512f175 100644 --- a/TensorFlow/built-in/nlp/BiLSTM_CRF_ID0125_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/BiLSTM_CRF_ID0125_for_TensorFlow/README.md @@ -43,7 +43,7 @@ CRF是一种常用的序列标注算法,可用于词性标注,分词,命 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/BiLSTM_CRF_ID0125_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/BiLSTM_CRF_ID0125_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -138,7 +138,7 @@ CRF是一种常用的序列标注算法,可用于词性标注,分词,命 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/BioBERT_ID0280_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/BioBERT_ID0280_for_TensorFlow/README.md index 474d9e4c710346347301c0b25c862f6e2ff9e44d..4dd80cf9013fcfb511a13cf335f1c500bccea7b4 100644 --- a/TensorFlow/built-in/nlp/BioBERT_ID0280_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/BioBERT_ID0280_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Benchmark/nlp/BioBERT_ID0280_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/BioBERT_ID0280_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -138,7 +138,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/CNN-CTC_ID0683_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/CNN-CTC_ID0683_for_TensorFlow/README.md index 473db5238327ddbcfabd0148918828da16e9ef05..d063fa6bfff23a6b6e4bcffaaf53af1d5ed38627 100644 --- a/TensorFlow/built-in/nlp/CNN-CTC_ID0683_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/CNN-CTC_ID0683_for_TensorFlow/README.md @@ -122,7 +122,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/CNN-MC_ID0287_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/CNN-MC_ID0287_for_TensorFlow/README.md index 85d28d1565ad210e7ef014a7fa491f304a77ec0a..cd2ee790e7df44a059e0a81ee0d441be715e7ce8 100644 --- a/TensorFlow/built-in/nlp/CNN-MC_ID0287_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/CNN-MC_ID0287_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/CNN-MC_ID0287_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/CNN-MC_ID0287_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -157,7 +157,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/DS-CNN_ID1769_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/DS-CNN_ID1769_for_TensorFlow/README.md index a6d3e79b325c0cbdb67d053e487906d88539b37a..8b42adde04869bb3f7922f0dc8cf60f73057c1ba 100644 --- a/TensorFlow/built-in/nlp/DS-CNN_ID1769_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/DS-CNN_ID1769_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/DS-CNN_ID1769_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/DS-CNN_ID1769_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -145,7 +145,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/Elmo_ID0656_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Elmo_ID0656_for_TensorFlow/README.md index 749679091a3bce29e545f58fad4997f08b1ea5f3..1e47192c9470567048df87975d646d948a5723fb 100644 --- a/TensorFlow/built-in/nlp/Elmo_ID0656_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Elmo_ID0656_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/Elmo_ID0656_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Elmo_ID0656_for_TensorFlow ``` @@ -151,7 +151,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/FastText_ID0135_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/FastText_ID0135_for_TensorFlow/README.md index 5f610fe4b4c496da79ffaca70fdf6bd5fb194878..2a04b43586fa74208ca4064e199a7791f1123850 100644 --- a/TensorFlow/built-in/nlp/FastText_ID0135_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/FastText_ID0135_for_TensorFlow/README.md @@ -40,7 +40,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/FastText_ID0135_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/FastText_ID0135_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -153,7 +153,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/GNMT_ID0015_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/GNMT_ID0015_for_TensorFlow/README.md index abbf736498a8ac00a03e11c134db374a84f77080..c0b84d4ebfe6434c32b682da07c99b5e3437c6c6 100644 --- a/TensorFlow/built-in/nlp/GNMT_ID0015_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/GNMT_ID0015_for_TensorFlow/README.md @@ -41,7 +41,7 @@ GNMT v2 模型类似于谷歌的机器翻译网络GNMT模型。两种模型之 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/GNMT_ID0015_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/GNMT_ID0015_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -147,7 +147,7 @@ GNMT v2 模型类似于谷歌的机器翻译网络GNMT模型。两种模型之 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/GNMT_ID1819_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/GNMT_ID1819_for_TensorFlow/README.md index abbf736498a8ac00a03e11c134db374a84f77080..253e1074b0a270d3e929908de2a3068ed1cd949d 100644 --- a/TensorFlow/built-in/nlp/GNMT_ID1819_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/GNMT_ID1819_for_TensorFlow/README.md @@ -41,7 +41,7 @@ GNMT v2 模型类似于谷歌的机器翻译网络GNMT模型。两种模型之 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/GNMT_ID0015_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/GNMT_ID1819_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -147,7 +147,7 @@ GNMT v2 模型类似于谷歌的机器翻译网络GNMT模型。两种模型之 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/GPT-2_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/GPT-2_for_TensorFlow/README.md index a245eb9a228fe3090bb4978fe681a0a4da51ef67..e29141f40588c0ce7a48ecc1192cb3e07e1b61c5 100644 --- a/TensorFlow/built-in/nlp/GPT-2_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/GPT-2_for_TensorFlow/README.md @@ -151,7 +151,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置configs/transformer_big.yml中的网络参数,请用户根据自己需求进行配置; 3. 配置train-ende.sh中`DATA_PATH`训练参数(脚本位于Transformer_for_TensorFlow目录下),请用户根据实际数据集路径进行配置,确保`DATA_PATH`下存在已准备的数据集,如下所示(仅供参考): diff --git a/TensorFlow/built-in/nlp/GPT-3_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/GPT-3_for_TensorFlow/README.md index 21bff61553c2f4c1df607331b10a3d0d0a4947d4..c8996586ae94c0fd3145522a43d22c7cc956c101 100644 --- a/TensorFlow/built-in/nlp/GPT-3_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/GPT-3_for_TensorFlow/README.md @@ -1,5 +1,5 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/edit/master/built-in/TensorFlow/Research/nlp/GPT-3_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/GPT-3_for_TensorFlow diff --git a/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/README.md index f5721f24afc76673d19c3541308bffb4d4c8839e..bb3df444950c459d1865c6c8b5e34212fde3bfad 100644 --- a/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/README.md @@ -43,7 +43,7 @@ gru4rec_BP 下的代码仅使用反向传播来训练 RNN,这是我们所采 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/GRU4Rec_ID0128_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -141,7 +141,7 @@ gru4rec_BP 下的代码仅使用反向传播来训练 RNN,这是我们所采 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/LGCN_ID1169_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/LGCN_ID1169_for_TensorFlow/README.md index 070ace7a8612dc41401b2d05d311b1d50ad1bcdd..772db7c081bb558ee0dd9d1e884c954a7ebf8630 100644 --- a/TensorFlow/built-in/nlp/LGCN_ID1169_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/LGCN_ID1169_for_TensorFlow/README.md @@ -47,7 +47,7 @@ - 适配昇腾 AI 处理器的实现:【深加工】 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AlexNet_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/LGCN_ID1169_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -184,7 +184,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/LSTM_ID0111_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/LSTM_ID0111_for_TensorFlow/README.md index f35b5fd7c34213df902cc3339db943bc9e0fdda2..c0a8e4693842f35bb323fb6259e9bf450afe5ffe 100644 --- a/TensorFlow/built-in/nlp/LSTM_ID0111_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/LSTM_ID0111_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/LSTM_ID0111_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/LSTM_ID0111_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -142,7 +142,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/LeNet_ID0127_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/LeNet_ID0127_for_TensorFlow/README.md index ee1d6b81506a920df3a55a381592d4405709a376..3169d3efe028ae69d2c3947482c5363a6e0ea6cf 100644 --- a/TensorFlow/built-in/nlp/LeNet_ID0127_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/LeNet_ID0127_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/LeNet_ID0127_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/LeNet_ID0127_for_TensorFlow @@ -141,7 +141,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/nlp/NMT_ID0512_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/NMT_ID0512_for_TensorFlow/README.md index a95d3c1760e24d9e9963188ba05a94ffefd935bb..820e223ad7787fd3390f6142d71b89245d9458be 100644 --- a/TensorFlow/built-in/nlp/NMT_ID0512_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/NMT_ID0512_for_TensorFlow/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/NMT_ID0512_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/NMT_ID0512_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -137,7 +137,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2.单卡训练 diff --git a/TensorFlow/built-in/nlp/Nezha-large_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Nezha-large_for_TensorFlow/README.md index 2ca255577ea3c0eb0f72fd8fcad82838c58419bb..556666c34343b0b6c7c91fc0d9a49f5dc1792b6b 100644 --- a/TensorFlow/built-in/nlp/Nezha-large_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Nezha-large_for_TensorFlow/README.md @@ -126,7 +126,7 @@ docker run -it --ipc=host \ -- 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) -- 原则上NEZHA只能用集群进行训练,以NEZHA-Large为例,至少需要以8*8p的集群规模训练若干天。具体训练时间以您的数据集大小为准。配置多级多卡分布式训练,需要您修改configs目录下NEZHA_large_64p_poc.json配置文件,将对应IP修改为您的集群对应的IP。 diff --git a/TensorFlow/built-in/nlp/Roberta_ID2349_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Roberta_ID2349_for_TensorFlow/README.md index 2900302095108bda3e677b5af857b4290a76caf0..426f7f474cd4750e6e16973ce8e8db9a8a86d9cb 100644 --- a/TensorFlow/built-in/nlp/Roberta_ID2349_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Roberta_ID2349_for_TensorFlow/README.md @@ -113,7 +113,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 多卡训练 diff --git a/TensorFlow/built-in/nlp/Roberta_ID2366_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Roberta_ID2366_for_TensorFlow/README.md index b5e8d93adbe95e09e33f65010659ee59bcaad8ab..5c9ad5766dd1f4b8fe5cfc23d2e30b0bdc40781d 100644 --- a/TensorFlow/built-in/nlp/Roberta_ID2366_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Roberta_ID2366_for_TensorFlow/README.md @@ -116,7 +116,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 开始训练 diff --git a/TensorFlow/built-in/nlp/Siamese_ID0506_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Siamese_ID0506_for_TensorFlow/README.md index efd49274e29b18bdfa28d367a8c45ccf10f31601..429190c7301b861bbc9ebbaaf0e070272cf0a27c 100644 --- a/TensorFlow/built-in/nlp/Siamese_ID0506_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Siamese_ID0506_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现:【深加工】 ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/AlexNet_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Siamese_ID0506_for_TensorFlow branch=master commit_id= 477b07a1e95a35885b3a9a569b1c8ccb9ad5d7af ``` @@ -178,7 +178,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/Textcnn_ID0123_For_Tensorflow/README.md b/TensorFlow/built-in/nlp/Textcnn_ID0123_For_Tensorflow/README.md index bbfde4e41fb6e04ec6757b1c009b0453b388b141..c750fc2445b3d16aef3790b189f6c2503b7fa9e8 100644 --- a/TensorFlow/built-in/nlp/Textcnn_ID0123_For_Tensorflow/README.md +++ b/TensorFlow/built-in/nlp/Textcnn_ID0123_For_Tensorflow/README.md @@ -37,7 +37,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ji-hongmei/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Textcnn_ID0123_For_Tensorflow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Textcnn_ID0123_For_Tensorflow - 通过Git获取对应commit\_id的代码方法如下: @@ -164,7 +164,7 @@ else: 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md index 404965f021eef3e6ab16e25d3ce6c65f20014f32..2befb4912f8b770d6b9bddb662528601bb0dd0d4 100644 --- a/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow/README.md @@ -43,7 +43,7 @@ Transformer是一个能够高效并行训练的序列到序列模型,该模型 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Transformer_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/Transformer_ID0004_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -184,7 +184,7 @@ run_config = NPURunConfig( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 配置configs/transformer_big.yml中的网络参数,请用户根据自己需求进行配置; 3. 配置train-ende.sh中`DATA_PATH`训练参数(脚本位于Transformer_for_TensorFlow目录下),请用户根据实际数据集路径进行配置,确保`DATA_PATH`下存在已准备的数据集,如下所示(仅供参考): @@ -430,7 +430,7 @@ vocab_target: /home/wmt-ende/vocab.share --- vocab文件的路径 注意: -1、模型固化前需要参考 [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819)设置环境变量;可以直接执行脚本 +1、模型固化前需要参考 [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE)设置环境变量;可以直接执行脚本 source env.sh 使环境变量生效,环境变量的路径中,export install_path=/usr/local/Ascend 根据实际替换 diff --git a/TensorFlow/built-in/nlp/XLNet_ID0025_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/XLNet_ID0025_for_TensorFlow/README.md index fa6ab77012ce2f39ef5ee848e7f30d7ece86a73e..441b4a84589240d701b4969f17998808e379b019 100644 --- a/TensorFlow/built-in/nlp/XLNet_ID0025_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/XLNet_ID0025_for_TensorFlow/README.md @@ -48,7 +48,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/XLNet_ID0025_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/XLNet_ID0025_for_TensorFlow ``` diff --git a/TensorFlow/built-in/nlp/Yuefu_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/Yuefu_for_TensorFlow/README.md index fbf76c193e3c915356d52ce41c62f5eae2bc9551..15bdd96bb8892d847c29f6a17bcc4dd97c2c0de6 100644 --- a/TensorFlow/built-in/nlp/Yuefu_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/Yuefu_for_TensorFlow/README.md @@ -25,7 +25,7 @@ Reference paper: Yi Liao, Yasheng Wang, Qun Liu, Xin Jiang: “GPT-based Generat ### Key configuration changes Before starting the training, first configure the environment variables related to the program running. For environment variable configuration information, see: -- [Ascend 910 environment variable settings](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910 environment variable settings](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### Running the example diff --git a/TensorFlow/built-in/nlp/albert_xlarge_zh_ID2348_for_TensorFlow/README.md b/TensorFlow/built-in/nlp/albert_xlarge_zh_ID2348_for_TensorFlow/README.md index 7e8a8b9060d01034d7be43c5681215aaaef846d0..1a0bbe3f518e54a2e1e8958a59f26fef6b282942 100644 --- a/TensorFlow/built-in/nlp/albert_xlarge_zh_ID2348_for_TensorFlow/README.md +++ b/TensorFlow/built-in/nlp/albert_xlarge_zh_ID2348_for_TensorFlow/README.md @@ -125,7 +125,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md b/TensorFlow/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md index c36e2034c8e11c04be9f2a65319963529167502a..22eeb2fbcc5ab9b042f610e2305d6ef0dfc94ac1 100644 --- a/TensorFlow/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md +++ b/TensorFlow/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md @@ -43,7 +43,7 @@ BERT是一种预训练语言表示方法,是第一种用于预训练NLP的无监 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -137,7 +137,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow/readme.md b/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow/readme.md index dfefc40dedd91414f5577b0662352be1fb83e91e..47f9296146fdb13d2358a03452d04411a14186c0 100644 --- a/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow/readme.md +++ b/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow/readme.md @@ -46,7 +46,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/recommendation/DCN_ID1986_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow ``` - 通过Git获取对应commit_id的代码方法如下: @@ -152,7 +152,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(FLAGS.precision 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 单卡训练需要配置指定运行的卡的环境变量: export ASCEND_DEVICE_ID=X diff --git a/TensorFlow/built-in/recommendation/DIEN_ID0109_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/DIEN_ID0109_for_TensorFlow/README.md index e110bd50ad5034b97c20cc6fdc3faf9cbca30005..859e75dd13b851b418b0f345598c7a22af1c39d8 100644 --- a/TensorFlow/built-in/recommendation/DIEN_ID0109_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/DIEN_ID0109_for_TensorFlow/README.md @@ -122,7 +122,7 @@ mv data2/* . 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/README.md index 0f9832f36374e46c68c60e09bdfc388aa3813907..3b9a10da066c61db0132807f9fbdb29edbbc0e88 100644 --- a/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/README.md @@ -125,7 +125,7 @@ mv data2/* . 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/README.md index fa96b6124c5d9985751402953c3f553c006c0dd4..aa9fab3aff092d6ae998a2fc55d7942f932d3b58 100644 --- a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/README.md @@ -41,7 +41,7 @@ DeepFM:基于分解的机器神经网络进行CTR预测”是华为在2017年 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/recommendation/DeepFM_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -142,7 +142,7 @@ DeepFM:基于分解的机器神经网络进行CTR预测”是华为在2017年 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/built-in/recommendation/NAML_ID0113_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/NAML_ID0113_for_TensorFlow/README.md index 793d88d920c7bb521237e329d74666a00ae48152..3e3b22d907e07a4c21c5fe95ca5c0b9a8c547bf5 100644 --- a/TensorFlow/built-in/recommendation/NAML_ID0113_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/NAML_ID0113_for_TensorFlow/README.md @@ -44,7 +44,7 @@ NAML是一个新闻推荐网络,核心是新闻编码器和用户编码器。 - 适配昇腾 AI 处理器的实现: - https://gitee.com/hxxhl88/modelzoo/tree/master/built-in/TensorFlow/Research/recommendation/NAML_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/NAML_ID0113_for_TensorFlow @@ -154,7 +154,7 @@ NAML是一个新闻推荐网络,核心是新闻编码器和用户编码器。 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/README.md index 1019de105f4d1bee5c31fa19f5370f583ce28951..6d3f44e2c89ee5e224a3f83f89f40579ed2b6c38 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/README.md @@ -276,7 +276,7 @@ docker run -it --ipc=host \ 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 配置数据源及训练步数: diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/README.md index 323f46a9cafb983a34b7220f4871d97d761d3639..7290c36d698c835c33152616de8843059dcdad07 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/README.md @@ -108,7 +108,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 以数据集放在/data为例 diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID2940_for_TensorFlow/README.md b/TensorFlow/built-in/recommendation/WideDeep_ID2940_for_TensorFlow/README.md index 2cd80db12a83b631bd5c158e1f5e0fffbd22088b..07a1a1c5fd2d0ce65daa8288e6ddb40204b494fa 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID2940_for_TensorFlow/README.md +++ b/TensorFlow/built-in/recommendation/WideDeep_ID2940_for_TensorFlow/README.md @@ -108,7 +108,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 以数据集放在/data为例 diff --git a/TensorFlow/built-in/reinforcement_learning/MUZERO_for_TensorFlow/README.md b/TensorFlow/built-in/reinforcement_learning/MUZERO_for_TensorFlow/README.md index 6509c5c638ab3f86bdcbbbf8cbb7458aa3556873..3299137faad824703cfe9ac5411e0b1341d9ce56 100644 --- a/TensorFlow/built-in/reinforcement_learning/MUZERO_for_TensorFlow/README.md +++ b/TensorFlow/built-in/reinforcement_learning/MUZERO_for_TensorFlow/README.md @@ -114,7 +114,7 @@ pip3 install -e . 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### 运行示例 diff --git a/TensorFlow/built-in/reinforcement_learning/QMIX_for_TensorFlow/README.md b/TensorFlow/built-in/reinforcement_learning/QMIX_for_TensorFlow/README.md index 0bd01bcec716ed8da621dcee863d08c97f0965e2..8be40eba9afc1d5c45fa235dba677f6e8c7964f1 100644 --- a/TensorFlow/built-in/reinforcement_learning/QMIX_for_TensorFlow/README.md +++ b/TensorFlow/built-in/reinforcement_learning/QMIX_for_TensorFlow/README.md @@ -157,7 +157,7 @@ pip3 install xlsxwriter xlrd tabulate openpyxl pandas 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见: -- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ### 运行示例 diff --git a/TensorFlow/contrib/cv/3D-POSE-BASELINE_ID0795_for_TensorFlow/README.md b/TensorFlow/contrib/cv/3D-POSE-BASELINE_ID0795_for_TensorFlow/README.md index 69061885f532f27a996edff0293af2963f676977..37b68e65f0c8300bbf04cdc726f6893424cff409 100644 --- a/TensorFlow/contrib/cv/3D-POSE-BASELINE_ID0795_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/3D-POSE-BASELINE_ID0795_for_TensorFlow/README.md @@ -173,7 +173,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/.keep b/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/README.md b/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/README.md index 3ad066c0956ca2d105868d70ef5848c00aa8b501..6098f539d4dec3153905dc933b2aafda7c1b8c5a 100644 --- a/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/jingzhongrenxc/modelzoo/blob/master/contrib/TensorFlow/Research/cv/adagan/](https://gitee.com/jingzhongrenxc/modelzoo/blob/master/contrib/TensorFlow/Research/cv/adagan/) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/ADAGAN_ID2115_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/ASSEMBLED-CNN_ID0941_for_TensorFlow/README.md b/TensorFlow/contrib/cv/ASSEMBLED-CNN_ID0941_for_TensorFlow/README.md index ba4effcc8b8c82422a6d6ac975e712d020a62df6..8e8f0bee5f642e7db3c214984c5e03ccbe5a5aa0 100644 --- a/TensorFlow/contrib/cv/ASSEMBLED-CNN_ID0941_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/ASSEMBLED-CNN_ID0941_for_TensorFlow/README.md @@ -150,7 +150,7 @@ Assembled-CNN是一个经典的图像分类网络,主要特点是通过改进 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/AmoebaNet-D_ID2073_for_TensorFlow/README.md b/TensorFlow/contrib/cv/AmoebaNet-D_ID2073_for_TensorFlow/README.md index 9137e0b84f8053587f509ebc919145ff03a1ca8a..cc73ea05fd7f5945c70e3d3380a756d9b7457ead 100644 --- a/TensorFlow/contrib/cv/AmoebaNet-D_ID2073_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/AmoebaNet-D_ID2073_for_TensorFlow/README.md @@ -150,7 +150,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/AnimeFaceGAN_ID1062_for_Tensorflow/README.md b/TensorFlow/contrib/cv/AnimeFaceGAN_ID1062_for_Tensorflow/README.md index fcd8d1b0a6ea073e9b74db77ff5d6b775731f094..9ccebd17e2eed5803d5705905e34734387d6d783 100644 --- a/TensorFlow/contrib/cv/AnimeFaceGAN_ID1062_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/AnimeFaceGAN_ID1062_for_Tensorflow/README.md @@ -131,7 +131,7 @@ BigGAN 是一种用于条件图像生成的 GAN 网络,可以用于生成指 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow/README.md index b8ec31c7b1bfd7ed2c95ad22c9f4c27d8a9c9ec8..a39e549459bf7149d4383a5cec22d61986baafdf 100644 --- a/TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Attention-OCR_ID2013_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/README.md b/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/README.md index 1d81662ab75f86c7399691adb26308e063105608..594e1d14da8957dfd6e145678a0cc59a21f44fb3 100644 --- a/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/README.md @@ -42,7 +42,7 @@ RoboCoDraw: Robotic Avatar Drawing with GAN-based Style Transfer and Time-effici (论文中提供链接,该链接已失效) - 适配昇腾 AI 处理器的实现: -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/AvatarGAN_ID1305_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -148,7 +148,7 @@ scikit-image==0.16.2 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/BISIMULATION_ID2029_for_Tensorflow/README.md b/TensorFlow/contrib/cv/BISIMULATION_ID2029_for_Tensorflow/README.md index f1b89a640b0840bba9eb134e5cad22cc1c0f6edd..4319cb4264d5944cf5fae429cd0b752b9d6bae51 100644 --- a/TensorFlow/contrib/cv/BISIMULATION_ID2029_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/BISIMULATION_ID2029_for_Tensorflow/README.md @@ -137,7 +137,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/BSRN_ID1296_for_TensorFlow/README.md b/TensorFlow/contrib/cv/BSRN_ID1296_for_TensorFlow/README.md index 1ee505639cf8ecadbbf90069cbae5eae0964499c..ec7dda261d2380700abaff5817fe4c3acb78cd3b 100644 --- a/TensorFlow/contrib/cv/BSRN_ID1296_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/BSRN_ID1296_for_TensorFlow/README.md @@ -165,7 +165,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow/README.md b/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow/README.md index 9f67b6c1b0480e98cfe17678677c2ebd46390c50..f06a467cc94dc671d01dde9dce83e2c4dfb1a1a6 100644 --- a/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/BicycleGAN_ID1287_for_TensorFlow/README.md @@ -136,7 +136,7 @@ Translation论文的Tensorflow的实现,该论文的核心思想体现在确 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/BlitzNet_ID0948_for_TensorFlow/README.md b/TensorFlow/contrib/cv/BlitzNet_ID0948_for_TensorFlow/README.md index 81df7f3663fe0bfccb554e12a7f181a7a035193a..372a726a4831864f85eedacefa621687946af60b 100644 --- a/TensorFlow/contrib/cv/BlitzNet_ID0948_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/BlitzNet_ID0948_for_TensorFlow/README.md @@ -37,7 +37,7 @@ BlitzNet在一次前向传递中联合执行对象检测和语义分割,从而 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/BlitzNet_ID0948_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/BlitzNet_ID0948_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -137,7 +137,7 @@ BlitzNet在一次前向传递中联合执行对象检测和语义分割,从而 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/C3AE_ID1250_for_TensorFlow/README.md b/TensorFlow/contrib/cv/C3AE_ID1250_for_TensorFlow/README.md index c27629c35511530644ecdf4a09c0f6609d16684c..25f19584c965be86b233b18e1e46739e5c4ab9eb 100644 --- a/TensorFlow/contrib/cv/C3AE_ID1250_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/C3AE_ID1250_for_TensorFlow/README.md @@ -48,7 +48,7 @@ c3ae是一个简单但高效、基于上下文信息的级联性年龄估计模 2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://gitee.com/link?target=https%3A%2F%2Fascendhub.huawei.com%2F%23%2Fdetail%3Fname%3Dascend-tensorflow-arm)获取镜像。 - 当前模型支持的镜像列表如[表1](https://gitee.com/alvin_yan/modelzoo_demo/tree/master/LeNet_ID0127_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 + 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/C3AE_ID1250_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 **表 1** 镜像列表 diff --git a/TensorFlow/contrib/cv/CLUB_ID1254_for_Tensorflow/README.md b/TensorFlow/contrib/cv/CLUB_ID1254_for_Tensorflow/README.md index cf0bc36785489a220e280eccf7f756385fb5a8cc..f58989ff6eedcc0487c503ac356ad8ce70cd9f8a 100644 --- a/TensorFlow/contrib/cv/CLUB_ID1254_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/CLUB_ID1254_for_Tensorflow/README.md @@ -139,7 +139,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/CSGM_ID2109_for_TensorFlow/README.md b/TensorFlow/contrib/cv/CSGM_ID2109_for_TensorFlow/README.md index b3a9c72d3f507f0805ce213fa8c68fe2f797ee13..77eb833f0a71d34080c8ac9afd27b7a725709789 100644 --- a/TensorFlow/contrib/cv/CSGM_ID2109_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/CSGM_ID2109_for_TensorFlow/README.md @@ -124,7 +124,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/CSPNet_ID0840_for_TensorFlow/README.md b/TensorFlow/contrib/cv/CSPNet_ID0840_for_TensorFlow/README.md index 0a98225d557d3a5b177d0124d1fcf8e805cb7383..e7e196d6c4b9af77442ea6e57c4cb2a70ad55d5e 100644 --- a/TensorFlow/contrib/cv/CSPNet_ID0840_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/CSPNet_ID0840_for_TensorFlow/README.md @@ -121,7 +121,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow/README.md b/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow/README.md index c27c795ca08490c28e108a660c43ef00ec5ece0d..d42431d6e8ba02b4c24a1fcee5ee54c94536586d 100644 --- a/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow/README.md @@ -44,7 +44,7 @@ ascade模型是论文“A Deep Cascade of Convolutional Neural Networks for Dyna - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/blob/master/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/CascadeNet_ID2121_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/CircleLoss_ID1221_for_TensorFlow/README.md b/TensorFlow/contrib/cv/CircleLoss_ID1221_for_TensorFlow/README.md index 00ec7e2c520253ffe2a1846bee76f7f293077a6d..8dcafcfa22b24bf400c36a10746a60db79057e3d 100644 --- a/TensorFlow/contrib/cv/CircleLoss_ID1221_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/CircleLoss_ID1221_for_TensorFlow/README.md @@ -131,7 +131,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow/README.md index 23e612cad28de4dcec3078fb1db0ba5d94c5a35c..cc33a5221b9e88ecf4fe3585c92977537ef88967 100644 --- a/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow/README.md @@ -41,7 +41,7 @@ https://github.com/CIFASIS/splitting_gan + 适配昇腾 AI 处理器的实现: -https://gitee.com/pengheng_48/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Class-Splitting-GAN_ID1276_for_TensorFlow + 通过Git获取对应commit_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/Cognitive_Planning_ID2015_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Cognitive_Planning_ID2015_for_TensorFlow/README.md index 8e31a438a3e90027bb996e1f2a18837701670374..643ee4f157f507ae6cbc015c09856cec521ccafa 100644 --- a/TensorFlow/contrib/cv/Cognitive_Planning_ID2015_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Cognitive_Planning_ID2015_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/ConvLSTM_ID2358_for_TensorFlow/README.md b/TensorFlow/contrib/cv/ConvLSTM_ID2358_for_TensorFlow/README.md index 725872ccd51bad74ff41039eb8238d40128f983e..d799837b847edc14060c94d2f0f2f84af32bc5d1 100644 --- a/TensorFlow/contrib/cv/ConvLSTM_ID2358_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/ConvLSTM_ID2358_for_TensorFlow/README.md @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/DDCGAN_ID2123_for_TensorFlow/README.md b/TensorFlow/contrib/cv/DDCGAN_ID2123_for_TensorFlow/README.md index 668a3794f1d4194231d38d2febd8982696fedf0c..946b093afdced05124006f031259d4a8cb8b2c60 100644 --- a/TensorFlow/contrib/cv/DDCGAN_ID2123_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/DDCGAN_ID2123_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow/README.md b/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow/README.md index 74b5adbc95b4eaa771b725a9c1aeedc5f0625f3c..d354b8a5a690ebfc08484f17c444bedbea683d9c 100644 --- a/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow/README.md @@ -50,7 +50,7 @@ - 适配昇腾 AI 处理器的实现: -​ https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/DENSEDEPTH_ID0806_for_TensorFlow +​ https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -102,7 +102,7 @@ 2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://ascendhub.huawei.com/#/detail?name=ascend-tensorflow-arm)获取镜像。 - 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/modelzoo/blob/master/contrib/TensorFlow/Research/cv/DENSEDEPTH_ID0806_for_TensorFlow/README.md#zh-cn_topic_0000001074498056_table1519011227314)所示。 + 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/DENSEDEPTH_ID0806_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 **表 1** 镜像列表 diff --git a/TensorFlow/contrib/cv/DMSP_ID1290_for_Tensorflow/README.md b/TensorFlow/contrib/cv/DMSP_ID1290_for_Tensorflow/README.md index 68a8a56e4caa76237fc835d2f84f67ea2105c151..574c1767d273ba1ca6cc4f332dcde2cb30bcbc48 100644 --- a/TensorFlow/contrib/cv/DMSP_ID1290_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/DMSP_ID1290_for_Tensorflow/README.md @@ -128,7 +128,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_TensorFlow/readme.md b/TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_TensorFlow/readme.md index 271159b8972c82e9307f0a3dbcfee81e350a512d..213291b6b0d30e38181b1c9842e5d2a73b1fb032 100644 --- a/TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_TensorFlow/readme.md +++ b/TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_TensorFlow/readme.md @@ -128,7 +128,7 @@ tf2onnx 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 配置训练参数 用户可以在工程目录下train.py文件中修改参数(目标迭代次数:target_iters),默认值已设为20000次。 diff --git a/TensorFlow/contrib/cv/DeepSort_ID0505_for_TensorFlow/README.md b/TensorFlow/contrib/cv/DeepSort_ID0505_for_TensorFlow/README.md index 17a6909acaf26f5da2b29b3ffaa699e449c63bfe..1ae3e1db96216fcd15ef240657625d8e91f92ae4 100644 --- a/TensorFlow/contrib/cv/DeepSort_ID0505_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/DeepSort_ID0505_for_TensorFlow/README.md @@ -106,7 +106,7 @@ approach is described in 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Discriminate_Loss_Function_ID1093_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Discriminate_Loss_Function_ID1093_for_TensorFlow/README.md index a56311d2b6ff593a6c335f026654fd69bf53ff1e..ccbf0ff8d29c210d8a95bf199c8280955338d644 100644 --- a/TensorFlow/contrib/cv/Discriminate_Loss_Function_ID1093_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Discriminate_Loss_Function_ID1093_for_TensorFlow/README.md @@ -131,7 +131,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/DualGAN_ID1001NRE_for_TensorFlow/README.md b/TensorFlow/contrib/cv/DualGAN_ID1001NRE_for_TensorFlow/README.md index 0f875351bcf1c899b990d8dc56a61e36c73ec2cb..bcc5c5f1881c054a3c820e1117eff33d5e8a52c5 100644 --- a/TensorFlow/contrib/cv/DualGAN_ID1001NRE_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/DualGAN_ID1001NRE_for_TensorFlow/README.md @@ -19,7 +19,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/DualGAN_ID1001_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/DualGAN_ID1001NRE_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -69,7 +69,7 @@ - 启动训练之前,首先要配置程序运行相关环境变量。 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/EDSR_ID1263_for_TensorFlow/README.md b/TensorFlow/contrib/cv/EDSR_ID1263_for_TensorFlow/README.md index b55c16a819b1bf3a1459b51aeaae4b40a40cfa9c..6f56acff3b583701afbff668d97c4bf3950b7db3 100644 --- a/TensorFlow/contrib/cv/EDSR_ID1263_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/EDSR_ID1263_for_TensorFlow/README.md @@ -43,7 +43,7 @@ EDSR网络是一个单图像超分辨率增强深度残差网络。这是EDSR模 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/EDSR_ID1263_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/EDSR_ID1263_for_TensorFlow @@ -160,7 +160,7 @@ EDSR网络是一个单图像超分辨率增强深度残差网络。这是EDSR模 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow/README.md b/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow/README.md index 01f40a87c0e15b18f9f11cf17e24f74dbcb6b10a..6f6fce2f069ed6ffcb5bb907c03151a668b7d358 100644 --- a/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow/README.md @@ -40,7 +40,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/dw8023/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow%20 + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/EfficientDet_ID0693_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow/README.md b/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow/README.md index 03c20eab7ea0db0ed20f192a3b8eeb3936aa3d70..bf9f2ff410094508f93c726ff3d810be2c075ce1 100644 --- a/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow/README.md @@ -37,7 +37,7 @@ EfficientNets是谷歌大脑的工程师谭明星和首席科学家Quoc V. Le在 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V1_ID1057_for_TensorFlow @@ -149,7 +149,7 @@ EfficientNets是谷歌大脑的工程师谭明星和首席科学家Quoc V. Le在 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow/README.md b/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow/README.md index c80305d47dbd7f48288bb93919a418d466bebfae..329416023e883779cfd543eb1f594aee27623beb 100644 --- a/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow/README.md @@ -37,7 +37,7 @@ EfficientNets是谷歌大脑的工程师谭明星和首席科学家Quoc V. Le在 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/EfficientNet/EfficientNet_V2_ID1220_for_TensorFlow @@ -146,7 +146,7 @@ EfficientNets是谷歌大脑的工程师谭明星和首席科学家Quoc V. Le在 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_TensorFlow/README.md b/TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_TensorFlow/README.md index 15f2b213158e3d74820e7609e671dac9132f5101..38115c5af722c5d04fb4726271b1fd486e734340 100644 --- a/TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_TensorFlow/README.md @@ -44,7 +44,7 @@ Fast-Style-Transfer模型是基于Ulyanov等人(2016)中介绍的快速风格化 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/FAST-STYLE-TRANSFER_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/FAST-STYLE-TRANSFER_ID2056_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -140,7 +140,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 以数据集为train2014、train_min_2014、imagenet-vgg-verydeep-19.mat、wave.jpg、chicago.jpg为例 diff --git a/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/.keep b/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/Readme.md b/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/Readme.md index 309d31b3bf4ddad81567a154a5c4b1ec9244b14e..92a9a5336d26b2d7c95e6f5056277d4000b740d1 100644 --- a/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/Readme.md +++ b/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow/Readme.md @@ -32,11 +32,11 @@ [Setting an attention region for convolutional neural networks using region selective features, for recognition of materials within glass vessels](https://arxiv.org/abs/1708.08711) -- 参考实现://github.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map- +- 参考实现:https://github.com/sagieppel/Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map- - 适配昇腾 AI 处理器的实现: - https://gitee.com/fb2330305086/modelzoo/tree/master/contrib/TensorFlow/Research/cv/FCN_ID1610_for_Tensorflow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/FCN_ID1610_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -136,7 +136,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/FQ-GAN_ID1117_for_TensorFlow/README.md b/TensorFlow/contrib/cv/FQ-GAN_ID1117_for_TensorFlow/README.md index 12ce148142b6f98381ef717e9ecbc3ec854e9a2b..87fa31baa94e2c2677c64d0d2235a7a226612956 100644 --- a/TensorFlow/contrib/cv/FQ-GAN_ID1117_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/FQ-GAN_ID1117_for_TensorFlow/README.md @@ -135,7 +135,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/FaceBoxes_ID1074_for_TensorFlow/README.md b/TensorFlow/contrib/cv/FaceBoxes_ID1074_for_TensorFlow/README.md index fdef6faabc1271986639db24b701468f728fad35..dafb28cdabaedbaefcac51c54d9d4136cc7dfe6f 100644 --- a/TensorFlow/contrib/cv/FaceBoxes_ID1074_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/FaceBoxes_ID1074_for_TensorFlow/README.md @@ -139,7 +139,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Factorized_ID1301_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Factorized_ID1301_for_TensorFlow/README.md index fa5ce478e92e62b7cfb8c91217dfa7f0a3d7580a..e68bf861dabeceeacf5c339bb0f48a73bd3b62f7 100644 --- a/TensorFlow/contrib/cv/Factorized_ID1301_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Factorized_ID1301_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Fpointnet_ID1470_for_TensorfFow/README.md b/TensorFlow/contrib/cv/Fpointnet_ID1470_for_TensorfFow/README.md index 57efca6163b65ab03756c83d789bae1301f0aa75..368d6f87f9d6c4b7382a52c6c5a398917b6296a4 100644 --- a/TensorFlow/contrib/cv/Fpointnet_ID1470_for_TensorfFow/README.md +++ b/TensorFlow/contrib/cv/Fpointnet_ID1470_for_TensorfFow/README.md @@ -148,7 +148,7 @@ F-PointNet是一种研究了基于RGB-D数据的三维目标检测网络。提 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/GMH-MDN_ID1225_for_TensorFlow/README.md b/TensorFlow/contrib/cv/GMH-MDN_ID1225_for_TensorFlow/README.md index a010a40cca2efe0d2c931e5f55bf8844a53f26b0..60bf83cb418953ed4536d2f7ab9afeb5c7db6144 100644 --- a/TensorFlow/contrib/cv/GMH-MDN_ID1225_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/GMH-MDN_ID1225_for_TensorFlow/README.md @@ -136,7 +136,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow/readme.md b/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow/readme.md index e0d2e38b81963e9d09ace970a88daee7343d9026..77d6b6eb923154f2e468a0a5ab44ea516d62f366 100644 --- a/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow/readme.md +++ b/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow/readme.md @@ -42,7 +42,7 @@ GeoNet是一种可以联合学习单目深度、光流和相机姿态的无监 - 适配昇腾 AI 处理器的实现: - [https://gitee.com/huimin-yu/modelzoo/tree/master/contrib/TensorFlow/Research/cv/GeoNet_ID2357_for_TensorFlow](https://gitee.com/huimin-yu/modelzoo/tree/master/contrib/TensorFlow/Research/cv/GeoNet_ID2357_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/GeoNet_ID2357_for_TensorFlow) ## 默认配置 @@ -105,7 +105,7 @@ swr.cn-north-4.myhuaweicloud.com/ascend-share/5.0.4.alpha005_tensorflow-ascend91 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 训练命令 diff --git a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/README.md index ed832992fa4b2284ee0bb339ee442d987f12ce87..54923676c13676023c7dd955f55e4613deffc99d 100644 --- a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/README.md @@ -125,7 +125,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Glow_ID2085_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Glow_ID2085_for_TensorFlow/README.md index 7c9636da25b1c704a84c1cc8c4f562c9e6f47b9d..8682aa13d06fbf7f84e0c0f23fd81c4a288e7a8f 100644 --- a/TensorFlow/contrib/cv/Glow_ID2085_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Glow_ID2085_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/HMR_ID0783_for_TensorFlow/README.md b/TensorFlow/contrib/cv/HMR_ID0783_for_TensorFlow/README.md index f42561e3c467bd64ab05adc3215374fc5383a07c..88aec4e1bd97f3e26006753d61f77f3f2b9585c0 100644 --- a/TensorFlow/contrib/cv/HMR_ID0783_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/HMR_ID0783_for_TensorFlow/README.md @@ -112,7 +112,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 根据requirements.txt配置所需依赖。 diff --git a/TensorFlow/contrib/cv/HybridSN_ID1160_for_TensorFlow/README.md b/TensorFlow/contrib/cv/HybridSN_ID1160_for_TensorFlow/README.md index 5063a3c5f6f18e968c73696d356009718561511d..d7a529e0d0c9c922200fc691c43e0544c7c2c44d 100644 --- a/TensorFlow/contrib/cv/HybridSN_ID1160_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/HybridSN_ID1160_for_TensorFlow/README.md @@ -4,7 +4,7 @@ ### **参考实现** -[modelzoo: Ascend Model Zoo - Gitee.com](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/HybridSN_ID1160_for_TensorFlow) +[modelzoo: Ascend Model Zoo - Gitee.com](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/HybridSN_ID1160_for_TensorFlow) ### **训练环境准备** diff --git a/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow/README.md b/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow/README.md index 15339f0b42367c846d7830406f2ff602a58fcdb8..8b40a8fb1d1b719e52ec07afcb846da6c1184072 100644 --- a/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow/README.md @@ -10,7 +10,7 @@ https://github.com/google-research/google-research/tree/master/ieg - 适配昇腾 AI 处理器的实现: -https://gitee.com/lwrstudy/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/IEG_ID2049_for_TensorFlow diff --git a/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/.keep b/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/README.md b/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/README.md index 7fc23559d32e24bd4ebe8bf002b6781d788112ce..d77b6164daef93921c476b48c73417e1d473dcc2 100644 --- a/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow/README.md @@ -41,7 +41,7 @@ Improved-GAN是一个经典的图像生成网络,主要特点是采用各层 - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Improved-GAN_ID2094_for_Tensorflow) - 通过Git获取对应commit\_id的代码方法如下: @@ -126,7 +126,7 @@ $ python download.py --dataset MNIST 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 @@ -236,7 +236,6 @@ NPU型号:昇腾910 ## 数据集地址 OBS地址: - obs://improvedgan/datasets/ diff --git a/TensorFlow/contrib/cv/JSHDR_ID2119_for_TensorFlow/README.md b/TensorFlow/contrib/cv/JSHDR_ID2119_for_TensorFlow/README.md index 9bc875d998147426420a6009ea4d117b7f241940..c6e8ef1d6debd1005d9453c8608c49fc4c9140e1 100644 --- a/TensorFlow/contrib/cv/JSHDR_ID2119_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/JSHDR_ID2119_for_TensorFlow/README.md @@ -38,7 +38,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/mr-kang-yuan/modelzoo/tree/master/contrib/TensorFlow/Research/cv/JSHDR_ID2119_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/JSHDR_ID2119_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -134,7 +134,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Keras-TCN_ID2665_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Keras-TCN_ID2665_for_TensorFlow/README.md index 069543220c0f7997f44841c40efeb95a78436754..572eea4063e7d08ae0bbe9fa35c07e1318a00ba2 100644 --- a/TensorFlow/contrib/cv/Keras-TCN_ID2665_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Keras-TCN_ID2665_for_TensorFlow/README.md @@ -129,7 +129,7 @@ Length of the adding problem data = 600 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/LEARNING-TO-SEE-IN-THE-DARK_ID2069_for_TensorFlow/README.md b/TensorFlow/contrib/cv/LEARNING-TO-SEE-IN-THE-DARK_ID2069_for_TensorFlow/README.md index 4527a3f98dc3256f8ed8662d77339204f0c08629..a9bc70340fbd8e5e4cfd6e12a741614b7ff155ab 100644 --- a/TensorFlow/contrib/cv/LEARNING-TO-SEE-IN-THE-DARK_ID2069_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/LEARNING-TO-SEE-IN-THE-DARK_ID2069_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/LSTM-HAR_ID2084_for_TensorFlow/README.md b/TensorFlow/contrib/cv/LSTM-HAR_ID2084_for_TensorFlow/README.md index 3bce8ce415d85852eb34f9513b8510d0debe4383..f93717104915da383507bc26188afbb043f327df 100644 --- a/TensorFlow/contrib/cv/LSTM-HAR_ID2084_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/LSTM-HAR_ID2084_for_TensorFlow/README.md @@ -111,7 +111,7 @@ LSTM-HAR是使用堆叠残余双向LSTM单元(RNN)来识别六种运动状态( 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/MASF_ID1191_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MASF_ID1191_for_TensorFlow/README.md index 155e058c8ce2eac5b1fe2c9dd169b945405512c9..3e7145b30c5ed4402ade9d664c7a3122146713ba 100644 --- a/TensorFlow/contrib/cv/MASF_ID1191_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MASF_ID1191_for_TensorFlow/README.md @@ -38,7 +38,7 @@ MASF是一个有着泛化能力的图像分类网络,主要特点是采用了 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/MASF_ID1191_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MASF_ID1191_for_TensorFlow 通过Git获取对应commit_id的代码方法如下: git clone {repository_url} # 克隆仓库的代码 @@ -101,7 +101,7 @@ MASF是一个有着泛化能力的图像分类网络,主要特点是采用了 - 开始训练 - 1. 启动训练之前,首先要配置程序运行相关环境变量。 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 启动训练 训练指令 diff --git a/TensorFlow/contrib/cv/MIXNET_ID2072_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MIXNET_ID2072_for_TensorFlow/README.md index f01e4bfed261c73f75d9a72d1dee9ba4157763b6..323fb59d3cd1b4de32fe0142f5bc59117b02e6af 100644 --- a/TensorFlow/contrib/cv/MIXNET_ID2072_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MIXNET_ID2072_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow/README.md index 3523b7d7ca60fce50f673a12eebae0c695fdeefd..4cb6893e0072b011ca568ffc396967476e72839b 100644 --- a/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/jingzhongrenxc/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow](https://gitee.com/jingzhongrenxc/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MNN-LANENET_ID1251_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow/README.md index d73ccdd6614fd6890cd16bce40ea20c59750cf1b..374d8577d7fe175887d4822ca8e8f51e5933bb80 100644 --- a/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow/README.md @@ -32,7 +32,7 @@ MT-net是一种基于参数优化的小样本学习算法,基本思路还是 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/MT-net_ID1283_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow - 通过Git获取对应commit_id的代码方法如下: @@ -56,7 +56,7 @@ MT-net是一种基于参数优化的小样本学习算法,基本思路还是 2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://gitee.com/link?target=https%3A%2F%2Fascendhub.huawei.com%2F%23%2Fdetail%3Fname%3Dascend-tensorflow-arm)获取镜像。 - 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/MassFace_ID1255_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 + 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MT-NET_ID1283_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 **表 1** 镜像列表 diff --git a/TensorFlow/contrib/cv/MUNIT_ID0953_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MUNIT_ID0953_for_TensorFlow/README.md index 0d7da026efa42759407c6bd3bfb35dc3576a735a..ff57c94c10957007785f30d7fc119bca56a4c3a0 100644 --- a/TensorFlow/contrib/cv/MUNIT_ID0953_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MUNIT_ID0953_for_TensorFlow/README.md @@ -127,7 +127,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md index c67428588a46b23870d0a9c1aa677423de31a231..85d512e6bae4910ad7980bbed5ff9178604a506b 100644 --- a/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md @@ -132,7 +132,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/MVSNet_ID2116_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MVSNet_ID2116_for_TensorFlow/README.md index 80b6916601b56001ef42a89e07d82a268a2827b4..604b940a06b1a1e28cf060c37f5b91186f880783 100644 --- a/TensorFlow/contrib/cv/MVSNet_ID2116_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MVSNet_ID2116_for_TensorFlow/README.md @@ -35,7 +35,7 @@ MVSNet将一张参考图像和多张源图像作为输入,为参考图像预 Unstructured Multi-view Stereo](https://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Yao_MVSNet_Depth_Inference_ECCV_2018_paper.pdf) - 参考实现: - 适配昇腾AI处理器的实现: -https://gitee.com/tolovewang/modelzoo/upload/master/contrib/TensorFlow/Research/cv/MVSNet_ID2116_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MVSNet_ID2116_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: ``` diff --git a/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow/README.md index 1afc60be444b89d20c0dcbf42ae4da77e5d77adb..0a6c740d030c08ee07bfc56df8dfcdb8fd8404f2 100644 --- a/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow/README.md @@ -50,7 +50,7 @@ This project provide an efficient implementation for deep face recognition using - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MassFace_ID1255_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/MobileFaceNet_Tensorflow/mobilefacenet-V2_ID0929_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MobileFaceNet_Tensorflow/mobilefacenet-V2_ID0929_for_TensorFlow/README.md index 3d81f16c88fd74802ae2cab60966f9c514de29a4..cfa9ecc23c4c88e12564220beb503dfa62f9aa0d 100644 --- a/TensorFlow/contrib/cv/MobileFaceNet_Tensorflow/mobilefacenet-V2_ID0929_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MobileFaceNet_Tensorflow/mobilefacenet-V2_ID0929_for_TensorFlow/README.md @@ -114,7 +114,7 @@ MobileFaceNet 是一个非常高效的CNN模型,参数量仅有4M,但却在 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 * 启动单卡训练 (脚本为scripts/train_1p_full.sh) @@ -207,7 +207,7 @@ python3 calculate_om_acc.py 6. 推理结果截图 -![om_eval](https://gitee.com/JunxiangZhao/modelzoo/raw/master/contrib/TensorFlow/Research/cv/mobilefacenet-V2_ID0929_for_TensorFlow/imgs/om_eval.PNG) +![om_eval](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/MobileFaceNet_Tensorflow/mobilefacenet-V2_ID0929_for_TensorFlow) 7. 网盘链接:[pb模型、om模型、om推理使用的bin格式数据](https://disk.pku.edu.cn:443/link/C18ED520B38EFDAC29F8B26974460647) diff --git a/TensorFlow/contrib/cv/NEURAL-STYLE_ID2068_for_TensorFlow/README.md b/TensorFlow/contrib/cv/NEURAL-STYLE_ID2068_for_TensorFlow/README.md index 6738a478177e34b5e54bc95df89e47473ce614df..c8973425c76291ba00ca916ce8f4d5c46c6a0228 100644 --- a/TensorFlow/contrib/cv/NEURAL-STYLE_ID2068_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/NEURAL-STYLE_ID2068_for_TensorFlow/README.md @@ -137,7 +137,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow/README.md b/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow/README.md index f4ff2ef5388b33706088c6103cf60fb49bfb0252..c48a0b62b589a9817a137edb2d357a325bdea4af 100644 --- a/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow/README.md @@ -34,7 +34,7 @@ NIMA模型是NIMA: Neural Image Assessment论文的Tensorflow+Keras的实现, https://github.com/titu1994/neural-image-assessment - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/NIMA/NIMA_ID0853_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -140,7 +140,7 @@ NIMA模型是NIMA: Neural Image Assessment论文的Tensorflow+Keras的实现, 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow/README.md b/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow/README.md index 86ca6ff4e3b5083ca16abc2dd2868213d68a16f2..0d5ece432b7cd9ada8a1bbb3a9dbb2dd11a8af58 100644 --- a/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow/README.md @@ -36,7 +36,7 @@ - 适配昇腾 AI 处理器的实现 -​ https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/NOISE2NOISE_ID0800_for_TensorFlow +​ https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow - 获取适配代码: @@ -73,7 +73,7 @@ cd {code_path} # 切换到模型代码所在路径,若仓库下只有 2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://ascendhub.huawei.com/#/detail?name=ascend-tensorflow-arm)获取镜像。 - 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/modelzoo/blob/master/contrib/TensorFlow/Research/cv/NOISE2NOISE_ID0800_for_TensorFlow/README.md#zh-cn_topic_0000001074498056_table1519011227314)所示。 + 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NOISE2NOISE_ID0800_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 **表 1** 镜像列表 diff --git a/TensorFlow/contrib/cv/OOD_ID2046_for_TensorFlow/README.md b/TensorFlow/contrib/cv/OOD_ID2046_for_TensorFlow/README.md index b3e99d33b8122a74419ada723124d9ed2ba938dd..ae3c344f7d9e258ecf387a18106fd2082e9991a4 100644 --- a/TensorFlow/contrib/cv/OOD_ID2046_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/OOD_ID2046_for_TensorFlow/README.md @@ -116,7 +116,7 @@ OOD是一个细菌检测网络,其主要特点是提出Likelihood Ratios并用 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow/README.md b/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow/README.md index 711005ecdf9c67107c0525ba9311a80420143fad..ffcfc63d8e917ba9bad24f5da0690ac03060d736 100644 --- a/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/dw8023/modelzoo/tree/master/contrib/TensorFlow/Research/cv/OSNet_ID1379_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/OSNet_ID1379_for_TensorFlow @@ -146,7 +146,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Pix2Vox_ID1284_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Pix2Vox_ID1284_for_TensorFlow/README.md index e6025a0570265a60b513e70e4605b5e854bb9c84..20c51064c0fae37f58be212736335a4fd25f5ba5 100644 --- a/TensorFlow/contrib/cv/Pix2Vox_ID1284_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Pix2Vox_ID1284_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://toscode.gitee.com/ascend/modelzoo/pulls/5278 + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Pix2Vox_ID1284_for_TensorFlow ## 默认配置 @@ -106,7 +106,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Polygen_ID2061_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Polygen_ID2061_for_TensorFlow/README.md index 6c1382fc3aef4dc2e04d264e3312fbe609a9c298..282228053ad8d0948fd476403f36d0e290d85ca8 100644 --- a/TensorFlow/contrib/cv/Polygen_ID2061_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Polygen_ID2061_for_TensorFlow/README.md @@ -41,7 +41,7 @@ PolyGen是三维网格的生成模型,可顺序输出网格顶点和面。Poly [https://github.com/deepmind/deepmind-research/tree/master/polygen](https://github.com/deepmind/deepmind-research/tree/master/polygen) - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Polygen_ID2601_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Polygen_ID2061_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/ProtoAttend_ID2040_for_TensorFlow/README.md b/TensorFlow/contrib/cv/ProtoAttend_ID2040_for_TensorFlow/README.md index 8b9047591b017d2ae15da90933685d39265d546f..a84462ac6c05b0903e55b4f0f7521b2e7b16f68e 100644 --- a/TensorFlow/contrib/cv/ProtoAttend_ID2040_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/ProtoAttend_ID2040_for_TensorFlow/README.md @@ -127,7 +127,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/RANDLA-NET_ID0850_for_TensorFlow/README.md b/TensorFlow/contrib/cv/RANDLA-NET_ID0850_for_TensorFlow/README.md index 4f7e652000d33743fc471baefa6c80772aef5415..c58a30bc568ab839fffef20bb7ee8a8983a0a05c 100644 --- a/TensorFlow/contrib/cv/RANDLA-NET_ID0850_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/RANDLA-NET_ID0850_for_TensorFlow/README.md @@ -6,7 +6,7 @@ RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds (CVPR 20 https://arxiv.org/abs/1911.11236 - 参考实现: - 适配昇腾 AI 处理器的实现: -https://gitee.com/xuanzhang_1/modelzoo/tree/master/contrib/TensorFlow/Research/cv/RANDLA-NET_ID0850_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/RANDLA-NET_ID0850_for_TensorFlow #### 默认配置 diff --git a/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow/README.md index 340b8f00bcdd7ece068f17a8c9356f1779bac20e..c795de00137491010328451e3cb000949bdf2fc5 100644 --- a/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow/README.md @@ -40,7 +40,7 @@ variables** [Rebar-Tensorflow](https://github.com/tensorflow/models/tree/master/research/rebar) - 适配昇腾 AI 处理器的实现: - [https://gitee.com/yuanshuo111/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow] + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Rebar_ID2016_for_TensorFlow] ​ @@ -105,7 +105,7 @@ $ python download.py --dataset MNIST 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SESEMI_ID1270_for_TensorFlow/README.md b/TensorFlow/contrib/cv/SESEMI_ID1270_for_TensorFlow/README.md index 4365642bb496ca0aa92cbf6f26b571efdc5dfb80..7bb530daf80c4f09fa0ca16c8ca175b835f5f2cf 100644 --- a/TensorFlow/contrib/cv/SESEMI_ID1270_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/SESEMI_ID1270_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SRGAN_ID2087_for_Tensorflow/README.md b/TensorFlow/contrib/cv/SRGAN_ID2087_for_Tensorflow/README.md index 36a7979282ef6152d430f943c81e30b71b5cf151..58a154f9b488f1c131b44ce9b823aef410a67956 100644 --- a/TensorFlow/contrib/cv/SRGAN_ID2087_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/SRGAN_ID2087_for_Tensorflow/README.md @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/STNet_ID2360_for_TensorFlow/README.md b/TensorFlow/contrib/cv/STNet_ID2360_for_TensorFlow/README.md index e5c370c47c298a5557159bf540600b28d11e4b22..a23230322688e30d2260b7fa89e4ef9ec7a09aaa 100644 --- a/TensorFlow/contrib/cv/STNet_ID2360_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/STNet_ID2360_for_TensorFlow/README.md @@ -34,7 +34,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/STNet_ID2360_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/STNet_ID2360_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -90,7 +90,7 @@ ### NPU 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SVD_ID2019_for_Tensorflow/README.md b/TensorFlow/contrib/cv/SVD_ID2019_for_Tensorflow/README.md index 5bfec53a7aef6a0bcb47312e6ff4fc60619ef5bf..7bea40dabff1c71d36c955971c40c2b28a00a92c 100644 --- a/TensorFlow/contrib/cv/SVD_ID2019_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/SVD_ID2019_for_Tensorflow/README.md @@ -139,7 +139,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow/README.md b/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow/README.md index bc1446d84c30c8659a201a1f92d85cb77ae206ee..627d4c280b8c240021441cabaf6ba2478f751b59 100644 --- a/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow/README.md @@ -44,7 +44,7 @@ Symnet结合属性-对象转换的对称性原理和群论公理,由耦合网 - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_ID0067_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/SYMNET_ID1292_for_Tensorflow) ## 默认配置 @@ -100,7 +100,7 @@ pip-requirements.txt - 单击“立即下载”,并选择合适的下载方式下载源码包。 -- 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见:[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +- 启动训练之前,首先要配置程序运行相关环境变量。环境变量配置信息参见:[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SeqGAN_ID2096_for_TensorFlow/README.md b/TensorFlow/contrib/cv/SeqGAN_ID2096_for_TensorFlow/README.md index 0e863531373cdcd661c8cda07579ee234b686d3b..89417b55f0e0dc00cf362c223b68bd702b98d78e 100644 --- a/TensorFlow/contrib/cv/SeqGAN_ID2096_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/SeqGAN_ID2096_for_TensorFlow/README.md @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/Siamese_ID1289_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Siamese_ID1289_for_TensorFlow/README.md index 349b73adba0dcfa19139e422ba58b0f56e28730d..7fdc4204bcc02678565af6c0b3ec5fe755f76bfa 100644 --- a/TensorFlow/contrib/cv/Siamese_ID1289_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Siamese_ID1289_for_TensorFlow/README.md @@ -131,7 +131,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/SimpleHumanPose_ID0956_for_TensorFlow/README.md b/TensorFlow/contrib/cv/SimpleHumanPose_ID0956_for_TensorFlow/README.md index 0ba551c91414a9ebe1829953866dfccd3ab70cb5..944e6784818dc0d9f576a89b7d276a7f05107430 100644 --- a/TensorFlow/contrib/cv/SimpleHumanPose_ID0956_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/SimpleHumanPose_ID0956_for_TensorFlow/README.md @@ -57,7 +57,7 @@ SimpleHumanPose模型主要针对人体姿态估计和姿态追踪,提出一 2. 宿主机上需要安装Docker并登录[Ascend Hub中心](https://ascendhub.huawei.com/#/detail?name=ascend-tensorflow-arm)获取镜像。 - 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/cv/image_classification/DenseNet121_for_TensorFlow/README.md#zh-cn_topic_0000001074498056_table1519011227314)所示。 + 当前模型支持的镜像列表如[表1](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/SimpleHumanPose_ID0956_for_TensorFlow#zh-cn_topic_0000001074498056_table1519011227314)所示。 **表 1** 镜像列表 diff --git a/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow/README.md b/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow/README.md index 9b767f16ea20cc9f8eadf6fb12b5f3f019b2f2e5..ee44651c786b769d052fafadd4e99c19dc5ac508 100644 --- a/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow/README.md @@ -18,7 +18,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/lwrstudy/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/Slot-Attention_ID2028_for_TensorFlow diff --git a/TensorFlow/contrib/cv/SpineNet_ID0709_for_TensorFlow/README.md b/TensorFlow/contrib/cv/SpineNet_ID0709_for_TensorFlow/README.md index 7304262ecaaecdff5dc1196a805c204ba44ac562..2d9d6f086b7058285c0d4b2838ddd1980ae2d6aa 100644 --- a/TensorFlow/contrib/cv/SpineNet_ID0709_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/SpineNet_ID0709_for_TensorFlow/README.md @@ -38,7 +38,7 @@ SpineNet是一种具有尺度排列中间特征的骨干网络与采用NAS专为 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/SpineNet_ID0709_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/SpineNet_ID0709_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -117,7 +117,7 @@ SpineNet是一种具有尺度排列中间特征的骨干网络与采用NAS专为 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow/README.md b/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow/README.md index bd1ea07c0cad94724242e71e10e69f316acac1b7..5592204c2bbb8a6d8c40e08a13ca4fb3f624abda 100644 --- a/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow/README.md @@ -34,11 +34,11 @@ - 模型的Tensorflow复现(GPU版): - https://gitee.com/runner42195/StarGAN_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow - 适配昇腾 AI 处理器的实现 - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/StarGAN_ID1472_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/StarGAN_ID1472_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -159,7 +159,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(args.precision_ - 启动训练之前,首先要配置程序运行相关环境变量,环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow/README.md b/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow/README.md index dca7b1cade4160851805287748033554b39d9ba4..e9dec369f30d21f66fb0ac42a1d3743dc52ff9ad 100644 --- a/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow/README.md @@ -134,7 +134,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(args.precision_ - 启动训练之前,首先要配置程序运行相关环境变量,环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/TNT_ID1233_for_TensorFlow/README.md b/TensorFlow/contrib/cv/TNT_ID1233_for_TensorFlow/README.md index a4151528b5fb844a5983143cf4cce2f3d7a6d4f2..54196551b57116ff02a036011264e393dd0389f2 100644 --- a/TensorFlow/contrib/cv/TNT_ID1233_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/TNT_ID1233_for_TensorFlow/README.md @@ -50,7 +50,7 @@ TNT(TrackletNet Tracker)是一种性能优秀的跟踪器。 适配昇腾 AI 处理器的实现: -[https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/TNT_ID1233_for_TensorFlow +[https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/TNT_ID1233_for_TensorFlow 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow/README.md b/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow/README.md index 5051ed3d10229537ccb0cd75abd206bb211ffabe..a28ecebea1ffbe151181f4e1154da528c79829d9 100644 --- a/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow/README.md @@ -34,7 +34,7 @@ optical-flow-like features from data.** - 适配昇腾 AI 处理器的实现: - https://gitee.com/myd-git/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/TVNet_ID0951_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/cv/Transferring-GAN_ID1252_for_Tensorflow/README.md b/TensorFlow/contrib/cv/Transferring-GAN_ID1252_for_Tensorflow/README.md index 70283d65c87a15cd00f4d4743cfc1004250f42e0..5d67cefc225ed63d0cf67180b94d14a056569bda 100644 --- a/TensorFlow/contrib/cv/Transferring-GAN_ID1252_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/Transferring-GAN_ID1252_for_Tensorflow/README.md @@ -136,7 +136,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/UDCVO_ID2359_for_TensorFlow/README.md b/TensorFlow/contrib/cv/UDCVO_ID2359_for_TensorFlow/README.md index c82b915b0da835caeddef77a030b39d4e5a13989..97c27b0599a1e6e86db081867d3e5a3858b3ff43 100644 --- a/TensorFlow/contrib/cv/UDCVO_ID2359_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/UDCVO_ID2359_for_TensorFlow/README.md @@ -155,7 +155,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/UGATIT_ID0722_for_TensorFlow/README.md b/TensorFlow/contrib/cv/UGATIT_ID0722_for_TensorFlow/README.md index 97e83e7e0109c5557fe4282dbc6ba10d13bc3765..9b3fe3e0238942c16516d4231b3f168bbafecbd3 100644 --- a/TensorFlow/contrib/cv/UGATIT_ID0722_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/UGATIT_ID0722_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/README.md b/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/README.md index 577f9d8dbe4a6bae2cab62064d610478b6e6099a..e34f97e9e774104ed2009e5f6904944e32beaf9b 100644 --- a/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/README.md @@ -41,7 +41,7 @@ VGG16是一个经典的目标分类网络。整个网络都使用(3x3)的卷 - 适配昇腾 AI 处理器的实现: - 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/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -149,7 +149,7 @@ run_config = NPURunConfig( model_dir=flags_obj.model_dir, 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 1. 配置训练参数。 diff --git a/TensorFlow/contrib/cv/VisionTransformer_ID1217_for_Tensorflow/README.md b/TensorFlow/contrib/cv/VisionTransformer_ID1217_for_Tensorflow/README.md index 595275a0b1c438c5b9ce12dd5b6267fb8cc039ff..09ba2a5dc1c379c0c17215ed102c3bf0c930f4d9 100644 --- a/TensorFlow/contrib/cv/VisionTransformer_ID1217_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/VisionTransformer_ID1217_for_Tensorflow/README.md @@ -132,7 +132,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/White_Box_Cartoonization_ID2089_for_TensorFlow/README.md b/TensorFlow/contrib/cv/White_Box_Cartoonization_ID2089_for_TensorFlow/README.md index b35f3cc865018eac983189fc304530071c7c6461..481b6c333dbd0ca55eed54130af84888f9d7dc9d 100644 --- a/TensorFlow/contrib/cv/White_Box_Cartoonization_ID2089_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/White_Box_Cartoonization_ID2089_for_TensorFlow/README.md @@ -49,7 +49,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/nlp/LeNet_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/White_Box_Cartoonization_ID2089_for_TensorFlow @@ -185,7 +185,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/README.md b/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/README.md index c7e754b4c2f4ffae4c5410f1632697e76eceee5b..e00f1046b3db893540733c54cdab937b063e3ac0 100644 --- a/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/README.md @@ -43,7 +43,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/dw8023/modelzoo/tree/master/contrib/TensorFlow/Research/cv/OSNet_ID1379_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow @@ -156,7 +156,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow/README.md b/TensorFlow/contrib/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow/README.md index 04d6d9f0d6f70ab5832dd1697dd3445f71199872..defd17e35715d4b6a090a98509fd53c6d0de2d3d 100644 --- a/TensorFlow/contrib/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow/README.md @@ -11,7 +11,7 @@ DAN是“Deep Alignment Network: A convolutional neural network for robust face alignment”中描述的面部对齐方法的参考实现 - [参考实现](http://github.com/MarekKowalski/DeepAlignmentNetwork)([tensorflow实现](https://github.com/zjjMaiMai/Deep-Alignment-Network-A-convolutional-neural-network-for-robust-face-alignment)) -- [适配昇腾 AI 处理器的实现](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow) +- [适配昇腾 AI 处理器的实现](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/dan/DeepAlignmentNetwork_ID0874_for_TensorFlow) ### 默认配置 diff --git a/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/README.md b/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/README.md index 0b145cd6cf698fd9abb9cf5c4ce9c578f4a6c097..3b1be15be9ef277b934e99ae740c8d54f2f21068 100644 --- a/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/README.md @@ -102,7 +102,7 @@ DilatedRNN提出了多分辨率扩张型递归跳跃连接,可以与各种RNN 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 * 启动单卡训练 (脚本为DilatedRNN_for_TensorFlow/scripts/train_1p_full.sh) diff --git a/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow/README.md b/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow/README.md index 67cfcb124ead4136ee89c89e19e6000a53737aa1..d6df474c15cba7ff501604bd1732352010617fec 100644 --- a/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow/README.md @@ -56,5 +56,5 @@ lr=0.0001 **offline_inference ** -[offline_inference](https://gitee.com/ascend/modelzoo/blob/master/contrib/TensorFlow/Research/cv/dpn/DPN_ID1636_for_TensorFlow/offline_inference/README.md) +[offline_inference](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow) diff --git a/TensorFlow/contrib/cv/efficientnet-condconv_ID2074_for_TensorFlow/README.md b/TensorFlow/contrib/cv/efficientnet-condconv_ID2074_for_TensorFlow/README.md index 21733cc047589eb464a18b0ca3857316e78af318..b9fde280b7f8f4bf7feafd583db8f50a051212fe 100644 --- a/TensorFlow/contrib/cv/efficientnet-condconv_ID2074_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/efficientnet-condconv_ID2074_for_TensorFlow/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/inceptionv3/inceptionv3_ID0566_for_TensorFlow/README.md b/TensorFlow/contrib/cv/inceptionv3/inceptionv3_ID0566_for_TensorFlow/README.md index 62a440e0f56f103ce5b995bafa0af0474f8f066e..94f35d0d2169db2255eaf6a3eed63e80ef031b4d 100644 --- a/TensorFlow/contrib/cv/inceptionv3/inceptionv3_ID0566_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/inceptionv3/inceptionv3_ID0566_for_TensorFlow/README.md @@ -98,4 +98,4 @@ bash test_1p.sh **离线推理** -请参考下面的链接:[offline_inference](https://gitee.com/xiaoqiqiyaya/modelzoo/tree/master/contrib/Research/cv/inceptionv3/inceptionv3_tf_xiaoqiqiya/offline_inference) \ No newline at end of file +请参考下面的链接:[offline_inference](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/inceptionv3/inceptionv3_ID0566_for_TensorFlow) \ No newline at end of file diff --git a/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow/README.md b/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow/README.md index b224cd29f400dc468d365febb776a29c20704910..41aa3000d34da145cd7921b2074b986dc2685853 100644 --- a/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow/README.md @@ -28,7 +28,7 @@ - 参考实现:[https://github.com/google-research/google-research/tree/master/meta_pseudo_labels](https://github.com/google-research/google-research/tree/master/meta_pseudo_labels) -- 适配昇腾 AI 处理器的实现:[https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow) +- 适配昇腾 AI 处理器的实现:[https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/meta-pseudo-labels/META_PSEUDO_LABEL_ID2024_for_TensorFlow) - 通过Git获取对应commit_id的代码方法如下: ``` diff --git a/TensorFlow/contrib/cv/mixmatch_ID0804_for_TensorFlow/README.md b/TensorFlow/contrib/cv/mixmatch_ID0804_for_TensorFlow/README.md index bb9bc8b2cb831c99dbf9802dbb21a54c90e57de0..2b8181e0bd361bd2c2b7c5b8a2051ba05840a4a5 100644 --- a/TensorFlow/contrib/cv/mixmatch_ID0804_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/mixmatch_ID0804_for_TensorFlow/README.md @@ -136,7 +136,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/mobilenetv3-large/mobilenetv3_large_ID0592_for_TensorFlow/README.md b/TensorFlow/contrib/cv/mobilenetv3-large/mobilenetv3_large_ID0592_for_TensorFlow/README.md index 1b9783c55dccd4a1b680ee8d5ac3eeb8396f5b96..af9c8c0a2f5e3d4f611f448ea9a24982dc901287 100644 --- a/TensorFlow/contrib/cv/mobilenetv3-large/mobilenetv3_large_ID0592_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/mobilenetv3-large/mobilenetv3_large_ID0592_for_TensorFlow/README.md @@ -54,7 +54,7 @@ Tensorflow 1.15.0 ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo/tree/master/contrib/Research/cv/mobilenetv3-large/mobilenetv3-large_tf_backseason +git clone https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/mobilenetv3-large/mobilenetv3_large_ID0592_for_TensorFlow cd gpu ``` diff --git a/TensorFlow/contrib/cv/monoculartotalcapture_ID0866_for_Tensorflow/README.md b/TensorFlow/contrib/cv/monoculartotalcapture_ID0866_for_Tensorflow/README.md index 6aeb4ef1ab3864bd6f5876a62e5e3a51d3330b50..7161bbb538f6c6ac2edda1101435d78f17b5ac8c 100644 --- a/TensorFlow/contrib/cv/monoculartotalcapture_ID0866_for_Tensorflow/README.md +++ b/TensorFlow/contrib/cv/monoculartotalcapture_ID0866_for_Tensorflow/README.md @@ -126,7 +126,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/pfe/pfe_ID0982_for_TensorFlow/readme.md b/TensorFlow/contrib/cv/pfe/pfe_ID0982_for_TensorFlow/readme.md index 0dcf9f5e1d8a95f5beab2d45c3c5012c124fa783..a621d44f88699729f6c3a76492cbcddf656653ff 100644 --- a/TensorFlow/contrib/cv/pfe/pfe_ID0982_for_TensorFlow/readme.md +++ b/TensorFlow/contrib/cv/pfe/pfe_ID0982_for_TensorFlow/readme.md @@ -31,7 +31,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pfe/pfe_ID0982_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pfe/pfe_ID0982_for_TensorFlow diff --git a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/README.md b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/README.md index a83bab921c0c1f3261e1460c445d9e4fdf8bae58..94dc572f900a3131c57270463193d31c3ca54cec 100644 --- a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/README.md @@ -41,8 +41,8 @@ PointNet++是一个点云特征提取网络,可用于点云分割和点云分 [https://github.com/charlesq34/pointnet2](https://github.com/charlesq34/pointnet2) - 适配昇腾 AI 处理器的实现 - [https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pointnet++/pointnet++_tensorflow_douzir - ](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pointnet++/pointnet++_tensorflow_douzir) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow + ](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow) - 通过Git获取对听commit_id的代码方法如下: ``` @@ -125,7 +125,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes(args.precision_ - 启动训练前,首先要撇值程序运行相关环境变量,环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow/README.md b/TensorFlow/contrib/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow/README.md index 0a09d9792f6f527313d97bf55dc94b3eff57c60f..2b1be319a4f30dfd24d0cc6b02713476d3bc7188 100644 --- a/TensorFlow/contrib/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow/README.md @@ -45,7 +45,7 @@ PointNet是一种针对点云提出的深度网络架构。这种网络无需将 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pointnet/PointNet_ID0266_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pointnet/PointNet_ID0266NRE_for_TensorFlow @@ -169,7 +169,7 @@ PointNet是一种针对点云提出的深度网络架构。这种网络无需将 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/psenet/PSENet_ID0239_for_TensorFlow/README.md b/TensorFlow/contrib/cv/psenet/PSENet_ID0239_for_TensorFlow/README.md index 51fbb99094841408a11a9d230cf2605b988b98cf..2353f54282d4bb7c738c957108e51db28484866f 100644 --- a/TensorFlow/contrib/cv/psenet/PSENet_ID0239_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/psenet/PSENet_ID0239_for_TensorFlow/README.md @@ -48,7 +48,7 @@ PSENet_ID0359_for_Tensorflow是一种基于语义分割的文字框检测模型 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/psenet/PSENet_ID0239_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/psenet/PSENet_ID0239_for_TensorFlow - 通过Git获取对应commit\_id的代码方法如下: @@ -156,7 +156,7 @@ PSENet_ID0359_for_Tensorflow是一种基于语义分割的文字框检测模型 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow/README.md b/TensorFlow/contrib/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow/README.md index afa0738e1b5a1c70d131082e0e1108e54337fd4a..23550ba58636a158f4fd5173b850636167087fd9 100644 --- a/TensorFlow/contrib/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow/README.md @@ -29,7 +29,7 @@ Retinex-Net 的光照增强过程分为三个步骤:分解、调整和重构 - 适配昇腾 AI 处理器的实现: - https://gitee.com/zhuosidian/modelzoo/tree/master/contrib/TensorFlow/Research/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/retinexnet/RetinexNet_ID0936_for_TensorFlow @@ -101,7 +101,7 @@ https://daooshee.github.io/BMVC2018website/ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/squeezeseg_ID0873_for_TensorFlow/README.md b/TensorFlow/contrib/cv/squeezeseg_ID0873_for_TensorFlow/README.md index 226cb3f21fe7e6ca3a1123286fe5e708610bc45a..1f1dfdba839fe563295eb4158b7d5aebdde99a21 100644 --- a/TensorFlow/contrib/cv/squeezeseg_ID0873_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/squeezeseg_ID0873_for_TensorFlow/README.md @@ -152,7 +152,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/stackgan_ID0760_for_TensorFlow/README.MD b/TensorFlow/contrib/cv/stackgan_ID0760_for_TensorFlow/README.MD index 333dbb8262fa950314dfc1c138de55fff5bfec61..1598f21cf28f1ba402cfa23ddd5bbd66a6ea3982 100644 --- a/TensorFlow/contrib/cv/stackgan_ID0760_for_TensorFlow/README.MD +++ b/TensorFlow/contrib/cv/stackgan_ID0760_for_TensorFlow/README.MD @@ -96,7 +96,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 * 启动单卡训练 diff --git a/TensorFlow/contrib/cv/tprnn_ID1297_for_TensorFlow/README.md b/TensorFlow/contrib/cv/tprnn_ID1297_for_TensorFlow/README.md index 68b7c724d66beedaecf66ca63743ca1297a3214d..0e9c02e8bfd237abc0fbb80738a63f257cad189c 100644 --- a/TensorFlow/contrib/cv/tprnn_ID1297_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/tprnn_ID1297_for_TensorFlow/README.md @@ -44,7 +44,7 @@ https://github.com/eddyhkchiu/pose_forecast_wacv ``` - 适配昇腾 AI 处理器的实现: ``` -https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/tprnn_ID1297_for_TensorFlow ``` @@ -148,7 +148,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("force_fp16") 环境变量配置信息参见: -[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) +[Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow/contrib/cv/voxelmorph_ID2120_for_TensorFlow/README.md b/TensorFlow/contrib/cv/voxelmorph_ID2120_for_TensorFlow/README.md index feaaf3ca58b2795e18997c275496a4a3b49f67a6..27f92ae1d05a1744d3e8ff98d8fcf834cbe9d55e 100644 --- a/TensorFlow/contrib/cv/voxelmorph_ID2120_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/voxelmorph_ID2120_for_TensorFlow/README.md @@ -127,7 +127,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/cv/wideresnet/wideresnet_ID0175_for_TensorFlow/README.md b/TensorFlow/contrib/cv/wideresnet/wideresnet_ID0175_for_TensorFlow/README.md index 255801ceaa31403fc39ae58e831a32e7e1364810..7a97ca3cadf0e264477b7697f52c9d77f4053332 100644 --- a/TensorFlow/contrib/cv/wideresnet/wideresnet_ID0175_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/wideresnet/wideresnet_ID0175_for_TensorFlow/README.md @@ -116,4 +116,4 @@ python run_wideresnet.py --model_path ./model_save/wideresnet.ckpt --data_p ### **offline_inference** -[offline_inference readme](https://gitee.com/xiaoqiqiyaya/modelzoo/blob/master/contrib/Research/cv/wideresnet/wideresnet_ID0175_for_TensorFlow/README.md) \ No newline at end of file +[offline_inference readme](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/wideresnet/wideresnet_ID0175_for_TensorFlow) \ No newline at end of file diff --git a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/README.md b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/README.md index 56d63ddeea31e2a36f2c86ae5a8a6aa6dfae4a76..d063ebf3998e4cbd5d814d41a5dfc7dae3972ec4 100644 --- a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/README.md @@ -106,5 +106,5 @@ python run_xception.py --model_path ./model/xception_model.ckpt --data_path 以上代码主要功能就是将所有训练集的tfrecord文件路径以list的形式存入tf_data_list,读取文件时将此作为参数进行传递。\ **### offline_inference** -[offline_inference readme](https://gitee.com/ascend/modelzoo/blob/master/contrib/TensorFlow/Research/cv/xception/Xception_ID0178_for_TensorFlow/offline_inference/README.md) +[offline_inference readme](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow) diff --git a/TensorFlow/contrib/graph/SESEMI_ID1270_for_TensorFlow/README.md b/TensorFlow/contrib/graph/SESEMI_ID1270_for_TensorFlow/README.md index 026fb39dcce831efcc031a84e9a1e16530bf2959..040961bfdc2dfffecc1e940baa7a4b2d3ed14555 100644 --- a/TensorFlow/contrib/graph/SESEMI_ID1270_for_TensorFlow/README.md +++ b/TensorFlow/contrib/graph/SESEMI_ID1270_for_TensorFlow/README.md @@ -36,7 +36,7 @@ SESEMI的工作属于半监督学习(SSL)的框架,在图像分类的背景下 适配昇腾 AI 处理器的实现: - https://gitee.com/zhou-xinyu-HIT/modelzoo/tree/master/contrib/TensorFlow/Research/graph/SESEMI_ID1270_for_TensorFlow + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/graph/SESEMI_ID1270_for_TensorFlow 通过Git获取对应commit_id的代码方法如下: git clone {repository_url} # 克隆仓库的代码 @@ -78,7 +78,7 @@ SESEMI的工作属于半监督学习(SSL)的框架,在图像分类的背景下 - 开始训练 - 1. 启动训练之前,首先要配置程序运行相关环境变量。 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) ## 迁移学习指导 diff --git a/TensorFlow/contrib/graph/SRNET_ID1089_for_TensorFlow/README.md b/TensorFlow/contrib/graph/SRNET_ID1089_for_TensorFlow/README.md index 342d85eba5182f2c4e4a0f3ff7d23ebe3afeb27e..939ceacda0f3cc264558e0ca152089a127944296 100644 --- a/TensorFlow/contrib/graph/SRNET_ID1089_for_TensorFlow/README.md +++ b/TensorFlow/contrib/graph/SRNET_ID1089_for_TensorFlow/README.md @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/README.md b/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/README.md index 8ac7728a2717aca3192b14cdab69f3d0ec2a93c4..96d5fe56f25dd39c68ba76c74e023d336444834f 100644 --- a/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/README.md +++ b/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/README.md @@ -168,7 +168,7 @@ Sequence_Tagging是一种自然语言处理网络架构,该架构通过使用 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 训练 diff --git a/TensorFlow/contrib/nlp/quantum_sample_learning_ID2036_for_Tensorflow/README.md b/TensorFlow/contrib/nlp/quantum_sample_learning_ID2036_for_Tensorflow/README.md index 0b9521ab63538567ba12a899fd190c3d77ff5dea..b81cabcc998186b99492cb87a93abbc734e00434 100644 --- a/TensorFlow/contrib/nlp/quantum_sample_learning_ID2036_for_Tensorflow/README.md +++ b/TensorFlow/contrib/nlp/quantum_sample_learning_ID2036_for_Tensorflow/README.md @@ -132,7 +132,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow/README.md b/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow/README.md index f6f59a349f42e482a5efb0cb5381cebf99030e37..724ba0a949e34fb81bae7c4caa82334d5b7efe99 100644 --- a/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow/README.md +++ b/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow/README.md @@ -38,7 +38,7 @@ Seq2Seq是一种重要的RNN模型,也称为Encoder-Decoder模型,可以理 - 适配昇腾AI处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/nlp/seq2seq/Seq2Seq_ID1474_for_TensorFlow) ## 默认配置 @@ -108,7 +108,7 @@ custom_op.parameter_map["precision_mode"].s = tf.compat.as_bytes("allow_mix_prec 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 训练 diff --git a/TensorFlow/contrib/nlp/shap_ID2054_for_TensorFlow/README.md b/TensorFlow/contrib/nlp/shap_ID2054_for_TensorFlow/README.md index 814a672e97f44725fc2dc848edb3548798c2b1b7..84211dbc35a57912dfec97e9f11b12d5f02184ab 100644 --- a/TensorFlow/contrib/nlp/shap_ID2054_for_TensorFlow/README.md +++ b/TensorFlow/contrib/nlp/shap_ID2054_for_TensorFlow/README.md @@ -45,7 +45,7 @@ - 参考论文:Learning Important Features Through Propagating Activation Differences - 适配昇腾 AI 处理器的实现: - [modelzoo: Ascend Model Zoo - Gitee.com](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/nlp//shap_ID2054_for_TensorFlow) + [modelzoo: Ascend Model Zoo - Gitee.com](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/nlp/shap_ID2054_for_TensorFlow) - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow/contrib/reinforcement-learning/A3C/A3C_ID0203_for_TensorFlow/README.md b/TensorFlow/contrib/reinforcement-learning/A3C/A3C_ID0203_for_TensorFlow/README.md index 5a2ebe64966d5e5464122f1ca0b0e2a90b176e3b..275d4e473214ccf0df77c67704e2716b8aa58c4d 100644 --- a/TensorFlow/contrib/reinforcement-learning/A3C/A3C_ID0203_for_TensorFlow/README.md +++ b/TensorFlow/contrib/reinforcement-learning/A3C/A3C_ID0203_for_TensorFlow/README.md @@ -164,4 +164,4 @@ atc --model=./Switch_v1_v2.pb --framework=3 --output=./Switch_v1_v2_to_om --soc_ 具体推理流程见[无lstm推理部分](./Ascend_Infer_no_lstm/README.md) 或 [lstm推理部分](./Ascend_Infer_lstm/README.md) -模型文件可以从仓库获取:https://gitee.com/HengYueTM/a3-c_-final \ No newline at end of file +模型文件可以从仓库获取:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/reinforcement-learning/A3C/A3C_ID0203_for_TensorFlow \ No newline at end of file diff --git a/TensorFlow/contrib/reinforcement-learning/Chess-Alpha-Zero_ID2100_for_TensorFlow/README.md b/TensorFlow/contrib/reinforcement-learning/Chess-Alpha-Zero_ID2100_for_TensorFlow/README.md index 26044563f1d546390f05828d0b8de6df50d4511f..3162e78379935dbf312160ef88ba87572ac8ded0 100644 --- a/TensorFlow/contrib/reinforcement-learning/Chess-Alpha-Zero_ID2100_for_TensorFlow/README.md +++ b/TensorFlow/contrib/reinforcement-learning/Chess-Alpha-Zero_ID2100_for_TensorFlow/README.md @@ -129,7 +129,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow2/.keep b/TensorFlow2/.keep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/TensorFlow2/built-in/GAN_ID2351_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/GAN_ID2351_for_TensorFlow2.X/README.md index 6524016533d4e4d28a87aededdfb0b9a3da91d80..55438252f268b77c2eedde774729edc53ab94ece 100644 --- a/TensorFlow2/built-in/GAN_ID2351_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/GAN_ID2351_for_TensorFlow2.X/README.md @@ -115,7 +115,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/README.md index c0f42e79d4776c0e5a0ff4929dcfcab54d74997c..6fdd3af71ebe24d0f9a1f4f3bcf89484c2dd0c5c 100644 --- a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X ``` @@ -133,7 +133,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X/ReadMe.md b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X/ReadMe.md index decbf34b4ec43164b4dc43915ce1d21e67514099..f9fe2783f7276743c87f97d2da6d4309da4d25ff 100644 --- a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X/ReadMe.md +++ b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X/ReadMe.md @@ -43,7 +43,7 @@ Swin Transformer(名称Swin代表移位窗口)最初在arxiv中描述,它 - 适配昇腾 AI 处理器的实现: - https://gitee.com/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2412_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -216,7 +216,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X/README.md index 554569e03991b0852e80745b01c97ced790b8449..00b2d88975283cfc36a86dfb350967e4b37df0e6 100644 --- a/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - [https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X) + [https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/detection/YOLOv5_ID1719_for_TensorFlow2.X) - 通过Git获取对应commit_id的代码方法如下: @@ -135,7 +135,7 @@ npu_device.global_options().precision_mode = 'allow_mix_precision' 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 多卡训练 diff --git a/TensorFlow2/built-in/cv/detection/YoloV3_ID0363_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/detection/YoloV3_ID0363_for_TensorFlow2.X/README.md index 1b77bbe7cb05d3800fdcdb836be2ff558cfa7e47..44dee732e375a033e49ef927ebf1833a44f74677 100644 --- a/TensorFlow2/built-in/cv/detection/YoloV3_ID0363_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/detection/YoloV3_ID0363_for_TensorFlow2.X/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Research/cv/detection/YoloV3_ID0363_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/detection/YoloV3_ID0363_for_TensorFlow2.X ``` @@ -141,7 +141,7 @@ npu_device.global_options().precision_mode=args.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/BYOL_ID0721_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/BYOL_ID0721_for_TensorFlow2.X/README.md index 8c5d8d0ec290f3f284ec81da6022d3392530e854..fa2c3630f5cf99d4f0faf185040f40cedd9e42cc 100644 --- a/TensorFlow2/built-in/cv/image_classification/BYOL_ID0721_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/BYOL_ID0721_for_TensorFlow2.X/README.md @@ -148,7 +148,7 @@ BYOL最小化样本表征和该样本变换之后的表征间的距离。其中 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 快速demo diff --git a/TensorFlow2/built-in/cv/image_classification/CircleLossMNIST_ID3551_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/CircleLossMNIST_ID3551_for_TensorFlow2.X/README.md index 28027a88711cd648a9e30a67f436d8022558940f..6e2ed7f96c553afe728f3c1652c8b4fd36f84391 100644 --- a/TensorFlow2/built-in/cv/image_classification/CircleLossMNIST_ID3551_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/CircleLossMNIST_ID3551_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/Densenet_smplified_ID3541_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/Densenet_smplified_ID3541_for_TensorFlow2.X/README.md index 542625a5eb1f71276cb6b08a0bb0e36ac52755a9..cef62cfda487b83e27c06a897d4a3ea2c0f2fd1b 100644 --- a/TensorFlow2/built-in/cv/image_classification/Densenet_smplified_ID3541_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/Densenet_smplified_ID3541_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/Keras-MnasNet_ID3518_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/Keras-MnasNet_ID3518_for_TensorFlow2.X/README.md index 1918c369a4c111162be282f1ab60b2107bc033c8..d24f65b67c37eabb8bc6dddd34514f19dd3bdb94 100644 --- a/TensorFlow2/built-in/cv/image_classification/Keras-MnasNet_ID3518_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/Keras-MnasNet_ID3518_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md index 837522b1ac152bb22a13f18532af3115ba6f4f60..3566328129b9d14f4ae99d2002b26eacbaf3136f 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow2/Official/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -114,7 +114,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X/README.md index 7dcda84cd483354e71b91f2f7cd0b3924bfc2a81..02e79088e833e9d5d91feb2231d25df666284590 100644 --- a/TensorFlow2/built-in/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X/README.md @@ -41,7 +41,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/image_classification/ResNet101_ID0361_for_TensorFlow2.X ``` @@ -134,7 +134,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/README.md index f1d3bf7ab1a2ad7254b53d403878d039a4e57f16..b7bd84e3c58bca83f6fc85dd86ea3a6e1aac4977 100644 --- a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/README.md @@ -44,7 +44,7 @@ Resnet是残差网络(Residual Network)的缩写,该系列网络广泛用于目 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -227,7 +227,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 1. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X/README.md index 6eef7de2e179c38cd7f18fcb7f33b5ad76580e5d..c8e8c0fb1f83cb9dfd4a9904ce64815d1171da6b 100644 --- a/TensorFlow2/built-in/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X/README.md @@ -44,7 +44,7 @@ - 适配昇腾 AI 处理器的实现: ``` - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/image_classification/ResNext50_ID0362_for_TensorFlow2.X ``` @@ -140,7 +140,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/SKNet-TF2_ID3579_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/SKNet-TF2_ID3579_for_TensorFlow2.X/README.md index 31f040dfceec8da5ea59b770309ae9868a6d2d4c..a91c08a7cdc7fdd1a30b23eacf2706986d8423f3 100644 --- a/TensorFlow2/built-in/cv/image_classification/SKNet-TF2_ID3579_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/SKNet-TF2_ID3579_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/TCC_ID0714_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/TCC_ID0714_for_TensorFlow2.X/README.md index 01fdbc10aab7e7d28d3175c4b566e00424aadcdc..3401530e5ae18fe54f7a9ed760129018d9abafe0 100644 --- a/TensorFlow2/built-in/cv/image_classification/TCC_ID0714_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/TCC_ID0714_for_TensorFlow2.X/README.md @@ -44,7 +44,7 @@ TCC(Temporal Cycle-Consistency)可用于视频的自监督表示学习,它被 - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Transformer_ID0633_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/cv/image_classification/TCC_ID0714_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: diff --git a/TensorFlow2/built-in/cv/image_classification/coral-ordinal_ID3192_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/coral-ordinal_ID3192_for_TensorFlow2.X/README.md index 32aa3f1894571521db31ff30e3c1d435c3a377f4..70166be6b666ab99bd0201b49c1a0a877f3882aa 100644 --- a/TensorFlow2/built-in/cv/image_classification/coral-ordinal_ID3192_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/coral-ordinal_ID3192_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/README.md index 7f3c71a2741a3fb7c8b8a2607cdb9af5155b8a05..31ee85b72658ffbb3f643f7138cdc3850e0637e8 100644 --- a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/README.md @@ -121,7 +121,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/densenet_ID3534_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/densenet_ID3534_for_TensorFlow2.X/README.md index eb0904706148b5597d3780f933d4242da84dc19a..d865b88dd072d00e11fbf64bfb8bdd335b8bd19b 100644 --- a/TensorFlow2/built-in/cv/image_classification/densenet_ID3534_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/densenet_ID3534_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/face_recognition_TF2_ID3613_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/face_recognition_TF2_ID3613_for_TensorFlow2.X/README.md index 7969cc18a37c1b23072bf2996210e7fdf4503408..1e15b6a62a88568f747b6f8b61166d74c26851ad 100644 --- a/TensorFlow2/built-in/cv/image_classification/face_recognition_TF2_ID3613_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/face_recognition_TF2_ID3613_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/ghostnet_tf2_ID3555_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/ghostnet_tf2_ID3555_for_TensorFlow2.X/README.md index 8e6554c92d95d40ed2b4f5f5770620fd1524914f..a55d3c7cbf2255d45627abf027a39309555aa50d 100644 --- a/TensorFlow2/built-in/cv/image_classification/ghostnet_tf2_ID3555_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/ghostnet_tf2_ID3555_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/pointnet_ID2531_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/pointnet_ID2531_for_TensorFlow2.X/README.md index 5c53068dfaa8aca2153f27cb47edff08e82a623f..b7f0a6b633750e734281ed55d3fcb36c469df70a 100644 --- a/TensorFlow2/built-in/cv/image_classification/pointnet_ID2531_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/pointnet_ID2531_for_TensorFlow2.X/README.md @@ -130,7 +130,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_classification/schizo-nn_ID3657_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_classification/schizo-nn_ID3657_for_TensorFlow2.X/README.md index dbf4acc32930c96c542535b88ed5c3e3a43c804f..6cde574d47fd89ead57536183c23e9e77cc77362 100644 --- a/TensorFlow2/built-in/cv/image_classification/schizo-nn_ID3657_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_classification/schizo-nn_ID3657_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_segmentation/pointnet_segmentation_ID2532_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_segmentation/pointnet_segmentation_ID2532_for_TensorFlow2.X/README.md index a288630cdceb50f7c43ed1772f70cb34769e4e57..b16a8b6dda49a7d6d906e5839e8ac293e8002a96 100644 --- a/TensorFlow2/built-in/cv/image_segmentation/pointnet_segmentation_ID2532_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_segmentation/pointnet_segmentation_ID2532_for_TensorFlow2.X/README.md @@ -131,7 +131,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_synthesis/improved-bagan-gp_ID3132_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_synthesis/improved-bagan-gp_ID3132_for_TensorFlow2.X/README.md index a3ad0e0fb127986366ee4b547a973f710e5b6e05..b79a37b6fd2d4ecd40d5024665eaf9a3b1ffc3b2 100644 --- a/TensorFlow2/built-in/cv/image_synthesis/improved-bagan-gp_ID3132_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_synthesis/improved-bagan-gp_ID3132_for_TensorFlow2.X/README.md @@ -108,7 +108,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_synthesis/tf_v2_01_SGAN_ID3999_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_synthesis/tf_v2_01_SGAN_ID3999_for_TensorFlow2.X/README.md index e335bb4ee84e12ce8d3405e986d2e8bcdeb4ef75..164cc46c16d206a2b6d00604518a82b23d889e73 100644 --- a/TensorFlow2/built-in/cv/image_synthesis/tf_v2_01_SGAN_ID3999_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_synthesis/tf_v2_01_SGAN_ID3999_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/cv/image_synthesis/tf_v2_02_CGAN_ID4000_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/cv/image_synthesis/tf_v2_02_CGAN_ID4000_for_TensorFlow2.X/README.md index 42bd0adef5bbf93bbbdf39a9a5afdc546c14c4bc..6e535412f624e22bc35729476f47b4a5d12e1498 100644 --- a/TensorFlow2/built-in/cv/image_synthesis/tf_v2_02_CGAN_ID4000_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/cv/image_synthesis/tf_v2_02_CGAN_ID4000_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/AUTOAUGMENT_ID2891_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/AUTOAUGMENT_ID2891_for_TensorFlow2.X/README.md index 0858d9ac6279e0b595dbb29f4faae5bae76e8457..46dba168901120d4ad47cdcc635a3368c1a55e17 100644 --- a/TensorFlow2/built-in/keras_sample/cv/AUTOAUGMENT_ID2891_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/AUTOAUGMENT_ID2891_for_TensorFlow2.X/README.md @@ -113,7 +113,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/Oct-ResNet_ID2890_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/Oct-ResNet_ID2890_for_TensorFlow2.X/README.md index 0bb1e6fa50f4bd23b72de7fdee3755f8b4761722..e8e7a9deac42362c4b91f9244e8527d23905c930 100644 --- a/TensorFlow2/built-in/keras_sample/cv/Oct-ResNet_ID2890_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/Oct-ResNet_ID2890_for_TensorFlow2.X/README.md @@ -183,7 +183,7 @@ pip install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/PointNet_ID2913_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/PointNet_ID2913_for_TensorFlow2.X/README.md index c4a32e2947c58e864d4e0f074471f57094003618..63e1cb3549818ed9ca5f171a77cfdd30ca2378c1 100644 --- a/TensorFlow2/built-in/keras_sample/cv/PointNet_ID2913_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/PointNet_ID2913_for_TensorFlow2.X/README.md @@ -130,7 +130,7 @@ sudo pip install h5py 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/autoencoder_ID2495_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/autoencoder_ID2495_for_TensorFlow2.X/README.md index 70ea26ae522cdb3d51caa8b2293a85bca1a08890..b39913e4d4386618fc15f598b88978997284777d 100644 --- a/TensorFlow2/built-in/keras_sample/cv/autoencoder_ID2495_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/autoencoder_ID2495_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/bit_ID2496_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/bit_ID2496_for_TensorFlow2.X/README.md index ccd3299266ab95e34106d43c53977270d98c7f52..8946b58af1af45f46917f0200a9bec5fcbbcde01 100644 --- a/TensorFlow2/built-in/keras_sample/cv/bit_ID2496_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/bit_ID2496_for_TensorFlow2.X/README.md @@ -190,7 +190,7 @@ data 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/consistency_training_ID2499_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/consistency_training_ID2499_for_TensorFlow2.X/README.md index d2ac511f3ba1ccc903ff51dc25e77a8dcd59e2a3..82763725cac582eeccf0242452f955cf56d7e053 100644 --- a/TensorFlow2/built-in/keras_sample/cv/consistency_training_ID2499_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/consistency_training_ID2499_for_TensorFlow2.X/README.md @@ -113,7 +113,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/convmixer_ID2501_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/convmixer_ID2501_for_TensorFlow2.X/README.md index 42ddd984ac714a85c268df1a04b4f72970870572..e87476c0dfe8d84701b34e55297035c963e81399 100644 --- a/TensorFlow2/built-in/keras_sample/cv/convmixer_ID2501_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/convmixer_ID2501_for_TensorFlow2.X/README.md @@ -114,7 +114,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/deeplabv3_plus_ID2503_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/deeplabv3_plus_ID2503_for_TensorFlow2.X/README.md index 707ee4832d1d912da2098d82d04f26f21b451f5a..1484266df9aae4b7ddd25868620492160fd5af52 100644 --- a/TensorFlow2/built-in/keras_sample/cv/deeplabv3_plus_ID2503_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/deeplabv3_plus_ID2503_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/gradient_centralization_ID2508_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/gradient_centralization_ID2508_for_TensorFlow2.X/README.md index 2c98b6d2e049c1fbf3ab9e476fa0fccda6bd7123..86a7ffcfa43a9edbb14298de8a256f9be87307da 100644 --- a/TensorFlow2/built-in/keras_sample/cv/gradient_centralization_ID2508_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/gradient_centralization_ID2508_for_TensorFlow2.X/README.md @@ -117,7 +117,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/README.md index 91291c2e959fe0c734bd8805244cca9590320012..08853f37a7d34d2cb89cf0d3ab307e63603692b5 100644 --- a/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/README.md @@ -205,7 +205,7 @@ pip install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/keypoint_detection_ID2516_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/keypoint_detection_ID2516_for_TensorFlow2.X/README.md index 21efb8979ab26357cfa082d618d113b994a46d53..770635fae8c15c737daa4ca99e3ab702a8bcd021 100644 --- a/TensorFlow2/built-in/keras_sample/cv/keypoint_detection_ID2516_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/keypoint_detection_ID2516_for_TensorFlow2.X/README.md @@ -130,7 +130,7 @@ unzip -qq ~/stanfordextra_v12.zip 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/knowledge_disti_ID2517_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/knowledge_disti_ID2517_for_TensorFlow2.X/README.md index 8b63bd14320720c1916794e38ab68e2ff599cc89..aef48c1101d71927c89872462a2fc8eb6c2aa06a 100644 --- a/TensorFlow2/built-in/keras_sample/cv/knowledge_disti_ID2517_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/knowledge_disti_ID2517_for_TensorFlow2.X/README.md @@ -42,7 +42,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow2/Research/cv/image_classification/knowledge_disti_ID2517_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/keras_sample/cv/knowledge_disti_ID2517_for_TensorFlow2.X - 通过Git获取对应commit_id的代码方法如下: @@ -147,7 +147,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/learnable_resizer_ID2518_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/learnable_resizer_ID2518_for_TensorFlow2.X/README.md index 9c0019072337133baa03e34ba510fdb69fbf1b43..26b1d746628bcd770f611c2924845ad23ea9ffba 100644 --- a/TensorFlow2/built-in/keras_sample/cv/learnable_resizer_ID2518_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/learnable_resizer_ID2518_for_TensorFlow2.X/README.md @@ -151,7 +151,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/mnist_convnet_ID2524_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/mnist_convnet_ID2524_for_TensorFlow2.X/README.md index 0146a9b97149819e44037d3a96cd4d58e2e3cfdd..01b923746f4fd7881eb7ba94e6b110413a005c28 100644 --- a/TensorFlow2/built-in/keras_sample/cv/mnist_convnet_ID2524_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/mnist_convnet_ID2524_for_TensorFlow2.X/README.md @@ -112,7 +112,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/siamese_contrastive_ID2538_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/siamese_contrastive_ID2538_for_TensorFlow2.X/README.md index cb9ed09471346480679ed922cf741ac35a4000ca..df76169153513752c62a9951ecffe77f8c53a066 100644 --- a/TensorFlow2/built-in/keras_sample/cv/siamese_contrastive_ID2538_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/siamese_contrastive_ID2538_for_TensorFlow2.X/README.md @@ -140,7 +140,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/siamese_network_ID2539_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/siamese_network_ID2539_for_TensorFlow2.X/README.md index 6c876f447b2944827c89ea35a0bac1074bc30881..fdaf22a40c17deff3ee9bb5318089ec4ca1da7a8 100644 --- a/TensorFlow2/built-in/keras_sample/cv/siamese_network_ID2539_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/siamese_network_ID2539_for_TensorFlow2.X/README.md @@ -143,7 +143,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/super_resolution_sub_pixel_ID2541_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/super_resolution_sub_pixel_ID2541_for_TensorFlow2.X/README.md index e8b358f672f92ba75d5c0d7a9d8de6c79a927311..efafb20da370d53ca24098bc80a4506364324b33 100644 --- a/TensorFlow2/built-in/keras_sample/cv/super_resolution_sub_pixel_ID2541_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/super_resolution_sub_pixel_ID2541_for_TensorFlow2.X/README.md @@ -128,7 +128,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/cv/zero_dce_ID2548_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/cv/zero_dce_ID2548_for_TensorFlow2.X/README.md index 87456498cc0af36ecc6cd0c23423af34ff085c1d..3e2e41965111d2fa09c4b1025c0148fd6e45c7e5 100644 --- a/TensorFlow2/built-in/keras_sample/cv/zero_dce_ID2548_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/cv/zero_dce_ID2548_for_TensorFlow2.X/README.md @@ -144,7 +144,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/generative/adain_ID2581_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/generative/adain_ID2581_for_TensorFlow2.X/README.md index 261c4d317627f14fb45727cd245a1d087d7f32d9..f958e856cecce359e3409069439fecf2096bcecc 100644 --- a/TensorFlow2/built-in/keras_sample/generative/adain_ID2581_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/generative/adain_ID2581_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/generative/vae_ID2593_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/generative/vae_ID2593_for_TensorFlow2.X/README.md index cc08ee06eff9aaf9ed06fd63cb8d64e0ddd785c9..01a3d4a0474eaa1a85e7b352e311335c463bc6f6 100644 --- a/TensorFlow2/built-in/keras_sample/generative/vae_ID2593_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/generative/vae_ID2593_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/keras_recipes/subclassing_conv_layers_ID2615_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/keras_recipes/subclassing_conv_layers_ID2615_for_TensorFlow2.X/README.md index cfb83b8be2bb9602af8b60cc047fe07514eb563a..1051b290231b822b86b7c3a937b24e20e638a029 100644 --- a/TensorFlow2/built-in/keras_sample/keras_recipes/subclassing_conv_layers_ID2615_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/keras_recipes/subclassing_conv_layers_ID2615_for_TensorFlow2.X/README.md @@ -46,7 +46,7 @@ - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/keras_sample/cv/subclassing_conv_layers_ID2615_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/keras_sample/keras_recipes/subclassing_conv_layers_ID2615_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下:: ``` @@ -125,7 +125,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_switch_transformer_ID2562_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_switch_transformer_ID2562_for_TensorFlow2.X/README.md index 5a8dfb6c91c4079a3f854bd2aa61a53f6097b25e..e56bc945120f51a0546083d155aab57cf39f2259 100644 --- a/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_switch_transformer_ID2562_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_switch_transformer_ID2562_for_TensorFlow2.X/README.md @@ -117,7 +117,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_transformer_ID2563_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_transformer_ID2563_for_TensorFlow2.X/README.md index 0a14993aa017215562cf33787abdf58f14446cb6..d82180536731fc8676ddc619e7942a7257a1f6d7 100644 --- a/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_transformer_ID2563_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/nlp/text_classification_with_transformer_ID2563_for_TensorFlow2.X/README.md @@ -124,7 +124,7 @@ 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/nlp/text_extraction_with_bert_ID2564_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/nlp/text_extraction_with_bert_ID2564_for_TensorFlow2.X/README.md index e3cc2707ffe7acc8153d972921a125cd5ce76f1a..42dd21fb281d238c00d88478541377bdbb6d65ba 100644 --- a/TensorFlow2/built-in/keras_sample/nlp/text_extraction_with_bert_ID2564_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/nlp/text_extraction_with_bert_ID2564_for_TensorFlow2.X/README.md @@ -146,7 +146,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/keras_sample/nlp/word2vec_ID2886_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/keras_sample/nlp/word2vec_ID2886_for_TensorFlow2.X/README.md index 68e1a7d6997be5e9a6ba1eac4140d12a40d2d3f0..f5d327dbfcdbc75fe1aaf27acfef880be0b399bc 100644 --- a/TensorFlow2/built-in/keras_sample/nlp/word2vec_ID2886_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/keras_sample/nlp/word2vec_ID2886_for_TensorFlow2.X/README.md @@ -123,7 +123,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X/README.md index a0fc14254c5dabc3e9d2429f4d147838850a9137..3df946a006ebb0f246371e97f2375ed50e864d2e 100644 --- a/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X/README.md @@ -44,7 +44,7 @@ BERT模型的全称是:BidirectionalEncoder Representations from Transformer - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/ModelZoo-TensorFlow/blob/master/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/nlp/BERT_ID2478_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -140,7 +140,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) - 单卡训练 diff --git a/TensorFlow2/built-in/nlp/BertLarge_ID0634_for_TensorFlow2.X/ReadMe.md b/TensorFlow2/built-in/nlp/BertLarge_ID0634_for_TensorFlow2.X/ReadMe.md index 204af8a2401509a80bb3f856559cde03813ed00e..b9000ac78e1d5e45179372ad0a2407976d8f9590 100644 --- a/TensorFlow2/built-in/nlp/BertLarge_ID0634_for_TensorFlow2.X/ReadMe.md +++ b/TensorFlow2/built-in/nlp/BertLarge_ID0634_for_TensorFlow2.X/ReadMe.md @@ -44,7 +44,7 @@ BERT模型的全称是:BidirectionalEncoder **Representations** from Transform - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/BertLarge_ID0634_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/nlp/BertLarge_ID0634_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -241,7 +241,7 @@ python3 pack_pretraining_data.py --input-glob="path/to/store/binery/files" --out 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/Kaggle_QA_Google_Labeling_ID3294_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/Kaggle_QA_Google_Labeling_ID3294_for_TensorFlow2.X/README.md index ddf2c0467ac720291b4b1ac620103b433560f819..cc41d027c530f46e39e2349b7fbb145823316526 100644 --- a/TensorFlow2/built-in/nlp/Kaggle_QA_Google_Labeling_ID3294_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/Kaggle_QA_Google_Labeling_ID3294_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/Roberta_Series_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/Roberta_Series_for_TensorFlow2.X/README.md index 24d529e099d9e7b93adaf9e130754bb7723d36b8..f22e4101fcc1b7e0b1b5a6221b2b8ca94fa3adf1 100644 --- a/TensorFlow2/built-in/nlp/Roberta_Series_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/Roberta_Series_for_TensorFlow2.X/README.md @@ -182,7 +182,7 @@ chinese_roberta_wwm_large_ext_L-24_H-1024_A-16 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 @@ -206,7 +206,7 @@ chinese_roberta_wwm_large_ext_L-24_H-1024_A-16 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/Transformer_ID0633_for_TensorFlow2.X/ReadMe.md b/TensorFlow2/built-in/nlp/Transformer_ID0633_for_TensorFlow2.X/ReadMe.md index 6644bdc614616396c81e0da25fb50c12d2ad53cf..83e2cd7183b77310c61b19e823dc217a05731cda 100644 --- a/TensorFlow2/built-in/nlp/Transformer_ID0633_for_TensorFlow2.X/ReadMe.md +++ b/TensorFlow2/built-in/nlp/Transformer_ID0633_for_TensorFlow2.X/ReadMe.md @@ -44,7 +44,7 @@ Transformer模型是谷歌在2017年提出来的模型,模型完全摒弃了RN - 适配昇腾 AI 处理器的实现: - https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/nlp/Transformer_ID0633_for_TensorFlow2.X + https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow2/built-in/nlp/Transformer_ID0633_for_TensorFlow2.X - 通过Git获取对应commit\_id的代码方法如下: @@ -228,7 +228,7 @@ npu_device.global_options().precision_mode=FLAGS.precision_mode 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/Word2vec_ID2350_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/Word2vec_ID2350_for_TensorFlow2.X/README.md index be1ce02464570b74499671e9e357c7fe78207350..3b55ef340ef67abf6f65e005d98a6792570f708d 100644 --- a/TensorFlow2/built-in/nlp/Word2vec_ID2350_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/Word2vec_ID2350_for_TensorFlow2.X/README.md @@ -161,7 +161,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/albert-FineTune_Series_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/albert-FineTune_Series_for_TensorFlow2.X/README.md index fdde8283d4ef8326b373f68f7e6ad4fe7a2a4bb5..02ba21e41a12be5c348f263ca578e3620e44c2c5 100644 --- a/TensorFlow2/built-in/nlp/albert-FineTune_Series_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/albert-FineTune_Series_for_TensorFlow2.X/README.md @@ -231,7 +231,7 @@ albert_data 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 @@ -247,7 +247,7 @@ albert_data 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md index 24c8fd8a0e55d04d2021703d9303dc26bfb2bb0e..90819ebc40f898a2d9e4e09e48540e4541035023 100644 --- a/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/README.md @@ -137,7 +137,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/keras-bert_ID3157_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/keras-bert_ID3157_for_TensorFlow2.X/README.md index b226e64c62266c3d693af74b26944e6d1a0ac571..f296e81209e08757307eece2207ff6a836e046ff 100644 --- a/TensorFlow2/built-in/nlp/keras-bert_ID3157_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/keras-bert_ID3157_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/research-papers-implementation_ID3281_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/research-papers-implementation_ID3281_for_TensorFlow2.X/README.md index b97114a22e3c3dc05db4b4e4c352c044551f71c3..45513a61883b439d965d3bf736eb5ea37c2a700f 100644 --- a/TensorFlow2/built-in/nlp/research-papers-implementation_ID3281_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/research-papers-implementation_ID3281_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/nlp/sensor-har_ID3399_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/nlp/sensor-har_ID3399_for_TensorFlow2.X/README.md index f3166125395c90f92ba2b027c1fb751363ea3dc7..ea25c9dd9e7f12b6c28ed4bfce59e55497dad690 100644 --- a/TensorFlow2/built-in/nlp/sensor-har_ID3399_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/nlp/sensor-har_ID3399_for_TensorFlow2.X/README.md @@ -107,7 +107,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/AttRec_ID2630_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/AttRec_ID2630_for_TensorFlow2.X/README.md index 3fe84c5faa0573861b6e22ed604d5639383e5a38..57f0a6a61ee53c63e86fe253f34830a314b8f569 100644 --- a/TensorFlow2/built-in/recommendation/AttRec_ID2630_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/AttRec_ID2630_for_TensorFlow2.X/README.md @@ -151,7 +151,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/DIN_ID2641_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/DIN_ID2641_for_TensorFlow2.X/README.md index 17a83ef406f7af8c36eb2ba73bb8192540fd6f60..7c5c3c6573a9a0db90e02be0d2464325597138d4 100644 --- a/TensorFlow2/built-in/recommendation/DIN_ID2641_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/DIN_ID2641_for_TensorFlow2.X/README.md @@ -113,7 +113,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/DeepCTR_Series_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/DeepCTR_Series_for_TensorFlow2.X/README.md index 6d9dac21fb986e1a3d9188f5a229311f448437a0..6635e5ed1c99e78c453746cc397934ef5113919a 100644 --- a/TensorFlow2/built-in/recommendation/DeepCTR_Series_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/DeepCTR_Series_for_TensorFlow2.X/README.md @@ -134,7 +134,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/FFM_ID2632_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/FFM_ID2632_for_TensorFlow2.X/README.md index 27917a346466d0a4a34d2de43d2a96f5aa5e2c8f..bf512c684b261cf19be6553e3a0bfb909e77a2e3 100644 --- a/TensorFlow2/built-in/recommendation/FFM_ID2632_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/FFM_ID2632_for_TensorFlow2.X/README.md @@ -148,7 +148,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/FM_ID2631_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/FM_ID2631_for_TensorFlow2.X/README.md index 3a20df6b388f902a974a05689a065ec81bb156d2..49db8079f5952d32e6a87b39c811ff8fbcce9025 100644 --- a/TensorFlow2/built-in/recommendation/FM_ID2631_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/FM_ID2631_for_TensorFlow2.X/README.md @@ -136,7 +136,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/MF_ID2624_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/MF_ID2624_for_TensorFlow2.X/README.md index 42e3f24aec5e37ee15caa76fb00d7c2dc09f5c05..c488291472ba546a5d9f11d2de59cc8dc38ae185 100644 --- a/TensorFlow2/built-in/recommendation/MF_ID2624_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/MF_ID2624_for_TensorFlow2.X/README.md @@ -113,7 +113,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/STAMP_ID2628_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/STAMP_ID2628_for_TensorFlow2.X/README.md index 89ddb54f902241d5c2a209c24447bba113ee2bab..21d35f67a205ae17233ff9eeb173b4faa8bda69b 100644 --- a/TensorFlow2/built-in/recommendation/STAMP_ID2628_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/STAMP_ID2628_for_TensorFlow2.X/README.md @@ -152,7 +152,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练 diff --git a/TensorFlow2/built-in/recommendation/WDL_ID2633_for_TensorFlow2.X/README.md b/TensorFlow2/built-in/recommendation/WDL_ID2633_for_TensorFlow2.X/README.md index 62a837c4c4a91c9df5482e3fa0465c781061a251..da31f4ae553b6eaa290ec7d8802b36eafc7a98e0 100644 --- a/TensorFlow2/built-in/recommendation/WDL_ID2633_for_TensorFlow2.X/README.md +++ b/TensorFlow2/built-in/recommendation/WDL_ID2633_for_TensorFlow2.X/README.md @@ -148,7 +148,7 @@ pip3 install requirements.txt 环境变量配置信息参见: - [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/modelzoo/wikis/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE?sort_id=3148819) + [Ascend 910训练平台环境变量设置](https://gitee.com/ascend/ModelZoo-TensorFlow/wikis/01.%E8%AE%AD%E7%BB%83%E8%84%9A%E6%9C%AC%E8%BF%81%E7%A7%BB%E6%A1%88%E4%BE%8B/Ascend%20910%E8%AE%AD%E7%BB%83%E5%B9%B3%E5%8F%B0%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E8%AE%BE%E7%BD%AE) 2. 单卡训练