From c24b5e2916a76a816cb3e5fea32bcea894ef9090 Mon Sep 17 00:00:00 2001 From: kolinwei <331911734@qq.com> Date: Mon, 22 Apr 2019 10:28:50 +0800 Subject: [PATCH] Update .run_ce.sh (#2103) --- PaddleCV/rcnn/.run_ce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaddleCV/rcnn/.run_ce.sh b/PaddleCV/rcnn/.run_ce.sh index e0e8fd52..8062ee1c 100755 --- a/PaddleCV/rcnn/.run_ce.sh +++ b/PaddleCV/rcnn/.run_ce.sh @@ -13,5 +13,5 @@ FLAGS_benchmark=true python train.py --model_save_dir=output/ --data_dir=datase cudaid=${face_detection_m:=0,1,2,3} # use 0,1,2,3 card as default export CUDA_VISIBLE_DEVICES=$cudaid -FLAGS_benchmark=true python train.py --model_save_dir=output/ --data_dir=dataset/coco/ --max_iter=500 --enable_ce --pretrained_model=./imagenet_resnet50_fusebn --learning_rate-0.005 | python _ce.py +FLAGS_benchmark=true python train.py --model_save_dir=output/ --data_dir=dataset/coco/ --max_iter=500 --enable_ce --pretrained_model=./imagenet_resnet50_fusebn --learning_rate=0.005 | python _ce.py -- GitLab