Spaces:
Runtime error
Runtime error
CONFIG=$1 | |
GPUS=$2 | |
PORT=${PORT:-38423} | |
PYTHONPATH="$(dirname $0)/..":$PYTHONPATH \ | |
python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT \ | |
$(dirname "$0")/test.py $CONFIG --launcher pytorch ${@:3} | |