Skip to content

Commit

Permalink
Update .run_ce.sh (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinwei authored and qingqing01 committed Mar 6, 2019
1 parent 8875bb2 commit dc76c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluid/PaddleCV/deeplabv3+/.run_ce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cudaid=${deeplabv3plus_m:=0,1,2,3} # use 0,1,2,3 card as default
export CUDA_VISIBLE_DEVICES=$cudaid

FLAGS_benchmark=true python train.py \
--batch_size=2 \
--batch_size=8 \
--train_crop_size=769 \
--total_step=50 \
--save_weights_path=output4 \
Expand Down

0 comments on commit dc76c32

Please sign in to comment.