Skip to content

Commit f0cb960

Browse files
Change step: 0 to step: 1 to resolve error
This resolves the "ValueError(): First step cannot be zero" error that is encountered when using this pipeline config file with newer versions of TensorFlow.
1 parent 15ebacc commit f0cb960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/faster_rcnn_inception_v2_pets.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ train_config: {
8989
manual_step_learning_rate {
9090
initial_learning_rate: 0.0002
9191
schedule {
92-
step: 0
92+
step: 1
9393
learning_rate: .0002
9494
}
9595
schedule {

0 commit comments

Comments
 (0)