From 10240357556ccfbdcb034699a16395b0a9cb9932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=92=99=E5=A5=87?= <9953698+wang-mengqi22@user.noreply.gitee.com> Date: Thu, 24 Mar 2022 11:07:28 +0000 Subject: [PATCH 1/4] image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh. --- .../ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh index eb9b1d165d..7592b22dd1 100644 --- a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh @@ -66,6 +66,7 @@ nohup python3 main.py --dataset_name OpenImages \ --weight_decay 5.00E-04 \ --override_cache True \ --workers 4 \ + --metadata_root $data_path/metadata/ \ --data_root $data_path \ --mask_root $data_path \ --box_v2_metric True \ -- Gitee From eaea1de6cf1eae5a4fd4ebaf21f79843c0a5f2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=92=99=E5=A5=87?= <9953698+wang-mengqi22@user.noreply.gitee.com> Date: Thu, 24 Mar 2022 12:09:51 +0000 Subject: [PATCH 2/4] update PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh. --- .../tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh b/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh index 3ddbf7af03..edc75b4069 100644 --- a/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh @@ -123,7 +123,7 @@ do #let c=b*$cpustep-1 #执行训练脚本,以下传参不需要修改,其他需要模型审视修改 - nohup python3 train.py -m Tacotron2 -o ${cur_path}/output --amp -lr $learning_rate --epochs $train_epochs -bs $batch_size --device $ASCEND_DEVICE_ID --dataset-path $data_path --weight-decay 1e-6 --grad-clip-thresh 1.0 --cudnn-enabled --log-file nvlog.json --anneal-steps 500 1000 1500 --anneal-factor 0.1 > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & + nohup python3 train.py -m Tacotron2 -o ${cur_path}/output --amp -lr $learning_rate --epochs $train_epochs -bs $batch_size --device $ASCEND_DEVICE_ID --dataset-path $data_path --training-files $data_path/filelists --weight-decay 1e-6 --grad-clip-thresh 1.0 --cudnn-enabled --log-file nvlog.json --anneal-steps 500 1000 1500 --anneal-factor 0.1 > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & done wait -- Gitee From 9acf5e08efcc95b609863d9235dd3bd7a0519cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=92=99=E5=A5=87?= <9953698+wang-mengqi22@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 01:21:55 +0000 Subject: [PATCH 3/4] update PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh. --- .../tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh b/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh index edc75b4069..e1fa0fb2ed 100644 --- a/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/dev/audio/tacotron2_ID0406_for_PyTorch/test/train_performance_1p.sh @@ -123,7 +123,7 @@ do #let c=b*$cpustep-1 #执行训练脚本,以下传参不需要修改,其他需要模型审视修改 - nohup python3 train.py -m Tacotron2 -o ${cur_path}/output --amp -lr $learning_rate --epochs $train_epochs -bs $batch_size --device $ASCEND_DEVICE_ID --dataset-path $data_path --training-files $data_path/filelists --weight-decay 1e-6 --grad-clip-thresh 1.0 --cudnn-enabled --log-file nvlog.json --anneal-steps 500 1000 1500 --anneal-factor 0.1 > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & + nohup python3 train.py -m Tacotron2 -o ${cur_path}/output --amp -lr $learning_rate --epochs $train_epochs -bs $batch_size --device $ASCEND_DEVICE_ID --dataset-path $data_path --training-files $data_path/filelists/ljs_audio_text_train_filelist.txt --validation-files $data_path/filelists/ljs_audio_text_val_filelist.txt --weight-decay 1e-6 --grad-clip-thresh 1.0 --cudnn-enabled --log-file nvlog.json --anneal-steps 500 1000 1500 --anneal-factor 0.1 > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & done wait -- Gitee From dd0907de89add772ffa7677f601a309e4897f58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=92=99=E5=A5=87?= <9953698+wang-mengqi22@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 06:23:23 +0000 Subject: [PATCH 4/4] update PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh. --- .../ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh index 7592b22dd1..de6c1c3033 100644 --- a/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/dev/cv/image_classification/ADLayer_ID1087_for_PyTorch/test/train_performance_1p.sh @@ -67,6 +67,7 @@ nohup python3 main.py --dataset_name OpenImages \ --override_cache True \ --workers 4 \ --metadata_root $data_path/metadata/ \ + --metadata_root $data_path/metadata/ \ --data_root $data_path \ --mask_root $data_path \ --box_v2_metric True \ -- Gitee