Skip to content

Commit

Permalink
0411@2018.07.28:
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyunhang committed Jul 28, 2018
1 parent 0ecaac2 commit 31037ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions experiments/cfgs/csc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ CONTEXT: False
USE_ROI_SCORE: True
USE_BG: False
WSL: True
CSC_DEBUG: False
2 changes: 1 addition & 1 deletion experiments/scripts/gan_300.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ do
--cfg experiments/cfgs/gan_ssd_300.yml \
${EXTRA_ARGS} \
RNG_SEED ${RANDOM} \
TRAIN.PSEUDO_PATH ${F}/detections_o.pkl
PSEUDO_PATH ${F}/detections_o.pkl
else
echo ${RANDOM}
fi
Expand Down
2 changes: 1 addition & 1 deletion experiments/scripts/gan_512.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ do
--iters ${ITERS} \
--cfg experiments/cfgs/gan_ssd_512.yml \
${EXTRA_ARGS} \
TRAIN.PSEUDO_PATH output/${EXP_DIR}/csc/${step}/${TRAIN_IMDB}/${NET}_2_iter_${ITERS2}/detections_o.pkl
PSEUDO_PATH output/${EXP_DIR}/csc/${step}/${TRAIN_IMDB}/${NET}_2_iter_${ITERS2}/detections_o.pkl
fi


Expand Down

0 comments on commit 31037ee

Please sign in to comment.