Skip to content

Commit

Permalink
Update run_local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
speedinghzl committed Dec 16, 2018
1 parent ebc9bf0 commit 5f56a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_local.sh
Expand Up @@ -10,7 +10,7 @@ R=2
INPUT_SIZE=769
STEPS=60000
GPU_IDS=0,1,2,3
OHEM=0 #set to 1 for reducing the performance gap between val and test set.
OHEM=1 #set to 1 for reducing the performance gap between val and test set.

#variable ${LOCAL_OUTPUT} dir can save data of you job, after exec it will be upload to hadoop_out path
python train.py --data-dir ${CS_PATH} --random-mirror --random-scale --restore-from ./dataset/resnet101-imagenet.pth --gpu ${GPU_IDS} --learning-rate ${LR} --input-size ${INPUT_SIZE},${INPUT_SIZE} --weight-decay ${WD} --batch-size ${BS} --num-steps ${STEPS} --recurrence ${R} --ohem ${OHEM} --ohem-thres 0.7 --ohem-keep 100000
Expand Down

0 comments on commit 5f56a6b

Please sign in to comment.