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 d8a194ff20b877fc11f8d609f00c43ed5d7d72a8..2030dd3e4e7377f075c7caad77fa6362acb9c304 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 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 501bc0806b60943d9e8c8f8a140d87efbbb063f6..f25a690a808cfa57c79753af2dbe84c973a21909 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