Guest User

Untitled

a guest
Dec 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. reduce_lr = ReduceLROnPlateau(monitor='val_top_3_accuracy',
  2. factor=0.5,
  3. patience=2,
  4. verbose=1,
  5. mode='max',
  6. min_lr=0.00001)
Add Comment
Please, Sign In to add comment