From 830f948dad32c9c0380c723ddc1eca4ac447d249 Mon Sep 17 00:00:00 2001 From: Asset Karazhay Date: Fri, 26 Jul 2019 09:57:53 +0500 Subject: [PATCH] Updated training/faster_rcnn_inception_v2_pets.config Updated training/faster_rcnn_inception_v2_pets.config due to updates at Tensorflow Object Detection API. Thank you for the tutorial with great details! Tried following it and training crashed with the following error: raise ValueError('First step cannot be zero.') Turns out they updated the code- https://github.com/tensorflow/models/issues/3794 --- training/faster_rcnn_inception_v2_pets.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/training/faster_rcnn_inception_v2_pets.config b/training/faster_rcnn_inception_v2_pets.config index 40095e39..f0958ce9 100644 --- a/training/faster_rcnn_inception_v2_pets.config +++ b/training/faster_rcnn_inception_v2_pets.config @@ -88,10 +88,6 @@ train_config: { learning_rate: { manual_step_learning_rate { initial_learning_rate: 0.0002 - schedule { - step: 0 - learning_rate: .0002 - } schedule { step: 900000 learning_rate: .00002