Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. """Saving the model that behaves better in validation set"""
  2. checkpoint = ModelCheckpoint('/gdrive/My Drive/Phase III/24april2019_adadelta_isbicnn_and_mdfmlp_oritransrotflip.hdf5',
  3. monitor='val_quality_loss',
  4. save_best_only=True,
  5. verbose=True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement