From 792b2eca9009f26f36ded90125e8490427a28066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= Date: Thu, 8 Dec 2022 08:15:06 +0000 Subject: [PATCH 1/3] update TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_performance_8p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文轩 --- .../test/train_performance_8p.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_performance_8p.sh index abad38024..3b54089aa 100644 --- a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_performance_8p.sh @@ -139,7 +139,7 @@ do mkdir -p ${cur_path}/output/$ASCEND_DEVICE_ID/ckpt fi - + #执行训练脚本,以下传参不需要修改,其他需要模型审视修改 #--data_dir, --model_dir, --precision_mode, --over_dump, --over_dump_path,--data_dump_flag,--data_dump_step,--data_dump_path,--profiling,--profiling_dump_path @@ -159,7 +159,7 @@ do --validation_file_pattern=${data_path}/val* \ --val_json_file=${data_path}/instances_val2017.json \ --eval_batch_size=2 \ - --model_dir=result_npu\ + --model_dir=${cur_path}/output/${ASCEND_DEVICE_ID}/ckpt \ --over_dump=${over_dump} \ --over_dump_path=${over_dump_path} \ > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From 0008effd4c6a983deaab27f1815628a8a288ab8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= Date: Thu, 8 Dec 2022 08:15:39 +0000 Subject: [PATCH 2/3] update TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文轩 --- .../MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh index 3b3d47825..b144fbee9 100644 --- a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_8p.sh @@ -153,7 +153,7 @@ do --validation_file_pattern=${data_path}/val* \ --val_json_file=${data_path}/instances_val2017.json \ --eval_batch_size=2 \ - --model_dir=result_npu\ + --model_dir=${cur_path}/output/${ASCEND_DEVICE_ID}/ckpt \ --over_dump=${over_dump} \ --over_dump_path=${over_dump_path} \ > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From bc9fd220f708bd6faba36f7051184620ad8717b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= Date: Thu, 8 Dec 2022 08:16:21 +0000 Subject: [PATCH 3/3] update TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文轩 --- .../MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh index 049b4fae8..5f17c596d 100644 --- a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh +++ b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/test/train_full_16p.sh @@ -169,7 +169,7 @@ do --validation_file_pattern=${data_path}/val* \ --val_json_file=${data_path}/instances_val2017.json \ --eval_batch_size=2 \ - --model_dir=result_npu\ + --model_dir=${cur_path}/output/${ASCEND_DEVICE_ID}/ckpt \ --over_dump=${over_dump} \ --over_dump_path=${over_dump_path} \ > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee