change python to python3

release/2.0-rc1-0
WenmuZhou 5 years ago
parent 0c183d25d8
commit 6e4249eaf2

@ -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
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
Loading…
Cancel
Save