EAR_challenge / script_test.sh
srijandas07's picture
Upload 52 files
1c990f3 verified
raw
history blame contribute delete
339 Bytes
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