From 6e4249eaf2b342275b73247bfe5fc515b17d7850 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Fri, 6 Nov 2020 19:12:34 +0800 Subject: [PATCH] change python to python3 --- train.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.sh b/train.sh index 0e628f92..23182573 100644 --- a/train.sh +++ b/train.sh @@ -1 +1 @@ - python -m paddle.distributed.launch --selected_gpus '0,1,2,3,4,5,6,7' tools/train.py -c configs/det/det_mv3_db.yml \ No newline at end of file + python3 -m paddle.distributed.launch --selected_gpus '0,1,2,3,4,5,6,7' tools/train.py -c configs/rec/rec_mv3_none_bilstm_ctc_lmdb_local.yml \ No newline at end of file -- GitLab