Skip to content

Commit

Permalink
change pretrain script
Browse files Browse the repository at this point in the history
  • Loading branch information
yxgeee committed Mar 28, 2020
1 parent 4890b2b commit dab826f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pretrain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ fi

CUDA_VISIBLE_DEVICES=0,1,2,3 \
python examples/source_pretrain.py -ds ${SOURCE} -dt ${TARGET} -a ${ARCH} --seed ${SEED} --margin 0.0 \
--num-instances 4 -b 64 -j 4 --warmup-step 10 --lr 0.00035 --milestones 40 70 --iters 200 --epochs 80 --eval-step 40 \
--logs-dir logs/${SOURCE}TO${TARGET}/${ARCH}-pretrain-${SEED}
--num-instances 4 -b 64 -j 4 --warmup-step 10 --lr 0.00035 --milestones 40 70 --iters 100 --epochs 80 --eval-step 40 \
--logs-dir logs/${SOURCE}TO${TARGET}/${ARCH}-pretrain-${SEED}

0 comments on commit dab826f

Please sign in to comment.