From 4fb3f3096e5ff4372f4c16c9460154f3511a718e Mon Sep 17 00:00:00 2001 From: dxueying Date: Tue, 26 Apr 2022 07:42:59 +0000 Subject: [PATCH] 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..b7eac48bbc 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