diff --git a/train.sh b/train.sh index 0e628f9204fda9fd87198c90843ae01bac8a5239..23182573ea58e2576d7bb0c84fd5fb21de8565bc 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