File size: 339 Bytes
1c990f3 |
1 2 3 4 5 |
export MASTER_ADDR='localhost' # Adjust this to the IP as required
export MASTER_PORT=29800 # Ensure this port is available
python -m torch.distributed.launch --nproc_per_node=1 --master_addr $MASTER_ADDR --master_port $MSTER_PORT main_challenge.py -cfg ./configs/config_challenge_test.yaml --output ./work_dirs/
python merge_results.py
|