fix Alexnet lr bug

pull/1241/head
cuicheng01 2021-09-16 07:54:16 +00:00
parent 678619042b
commit 4d1f61c407
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Optimizer:
name: Piecewise
learning_rate: 0.01
decay_epochs: [30, 60, 90]
values: [0.1, 0.01, 0.001, 0.0001]
values: [0.01, 0.001, 0.0001, 0.00001]
regularizer:
name: 'L2'
coeff: 0.0001