From dc093375754e8cbc3bfbd8d852f92e2c8c6a1944 Mon Sep 17 00:00:00 2001 From: Wenwen Zhang Date: Mon, 27 Aug 2018 17:04:03 +0800 Subject: [PATCH] Update README.md fix the bug in fine tuning process --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4137fb9fb..d8f513faa 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ python train_ssd_network.py \ --dataset_split_name=train \ --model_name=ssd_300_vgg \ --checkpoint_path=${CHECKPOINT_PATH} \ - --checkpoint_model_scope=vgg_16 \ + --checkpoint_model_scope=ssd_300_vgg \ --save_summaries_secs=60 \ --save_interval_secs=600 \ --weight_decay=0.0005 \