From b38186f7f1bb78fa75279e079c24e89864234d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=93=E7=85=B5?= Date: Wed, 27 Apr 2022 02:00:57 +0000 Subject: [PATCH 1/2] update PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh. --- PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh index d8a194ff20..2030dd3e4e 100644 --- a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh +++ b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/run_1p.sh @@ -15,4 +15,5 @@ mkdir -p ${train_log_dir} cd ${train_log_dir} echo "train log path is ${train_log_dir}" -python3.7 ${currentDir}/main.py --cfg ${currentDir}/LMDB_config.yaml > ./crnn_1p.log 2>&1 & \ No newline at end of file +python3.7 ${currentDir}/main.py --cfg ${currentDir}/LMDB_config.yaml > ./crnn_1p.log 2>&1 & +### \ No newline at end of file -- Gitee From 6bf0efb835f15cff4622b96eb314188d83b99726 Mon Sep 17 00:00:00 2001 From: Zn Date: Wed, 27 Apr 2022 02:24:02 +0000 Subject: [PATCH 2/2] update PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh. --- PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh b/PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh index 501bc0806b..f25a690a80 100644 --- a/PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh +++ b/PyTorch/built-in/cv/detection/DAL_ID2732_for_PyTorch/run_1p.sh @@ -19,3 +19,4 @@ python3.7 main_train.py \ --lr0 0.0001 \ --warmup_lr 0.00001 \ --warm_epoch 5 +### \ No newline at end of file -- Gitee