Merge pull request #418 from kecsap/master
Change the Python interpreter to Python 3.x in the scriptspull/421/head
commit
db6128db0f
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
NUM_PROC=$1
|
||||
shift
|
||||
python -m torch.distributed.launch --nproc_per_node=$NUM_PROC train.py "$@"
|
||||
python3 -m torch.distributed.launch --nproc_per_node=$NUM_PROC train.py "$@"
|
||||
|
||||
|
Loading…
Reference in new issue