From c6598cb61b818c47f8733bf2869c50751d582f88 Mon Sep 17 00:00:00 2001 From: yongchao1 <297389370@qq.com> Date: Wed, 15 Feb 2023 11:02:33 +0000 Subject: [PATCH] update /UNet_Industrial_ID0007_for_TensorFlow/test/train_performance_8p.sh. Signed-off-by: yongchao1 <297389370@qq.com> --- .../test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_performance_8p.sh index e9aa00341..731494ee4 100644 --- a/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/cv/image_segmentation/UNet_Industrial_ID0007_for_TensorFlow/test/train_performance_8p.sh @@ -1,7 +1,7 @@ #!/bin/bash #当前路径,不需要修改 cur_path=`pwd` - +export PYTHONPATH=$PYTHONPATH:$cur_path/../dllogger #集合通信参数,不需要修改 #保证rank table file 文件rank_table_8p.json存放在和test同级的configs目录下 export RANK_SIZE=8 -- Gitee