We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a69136 commit 858d351Copy full SHA for 858d351
run_voc.sh
@@ -4,6 +4,8 @@ NAME=EXP_VOC
4
EXP_DIR=$HOME/CoSA_EXP
5
RANDPORT=6531
6
echo Using port $RANDPORT
7
-torchrun --master_port $RANDPORT --nproc_per_node=1 main.py $NAME --work_dir $EXP_DIR \
+torchrun --master_port $RANDPORT --nproc_per_node=2 main.py $NAME --work_dir $EXP_DIR \
8
--dataset VOC12 \
9
--voc12_root $HOME/data/VOCdevkit/VOC2012 \
10
+ --max_iters 32000 \
11
+ --aux_layer -4 \
0 commit comments