From 25ccc63cadcd664e51a8f8ad50eff49ded7de995 Mon Sep 17 00:00:00 2001 From: Yuan Gao Date: Tue, 6 Mar 2018 15:10:52 +0800 Subject: [PATCH] Update mobilenet_ssd_fluid.py Update optimizer --- fluid/object_detection/mobilenet_ssd_fluid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fluid/object_detection/mobilenet_ssd_fluid.py b/fluid/object_detection/mobilenet_ssd_fluid.py index 6e3d5729..bda8644c 100644 --- a/fluid/object_detection/mobilenet_ssd_fluid.py +++ b/fluid/object_detection/mobilenet_ssd_fluid.py @@ -240,7 +240,6 @@ def train(train_file_list, optimizer = fluid.optimizer.Momentum( learning_rate=fluid.learning_rate_decay.exponential_decay( learning_rate=learning_rate, - global_step=global_step, decay_steps=40000, decay_rate=0.1, staircase=True), -- GitLab