Skip to content

Instantly share code, notes, and snippets.

@mjbhobe
Last active August 15, 2018 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjbhobe/d1f67c01edd969666d902a3d246f97fa to your computer and use it in GitHub Desktop.
Save mjbhobe/d1f67c01edd969666d902a3d246f97fa to your computer and use it in GitHub Desktop.
kr_history = kr_base_model.fit(train_data2, train_labels_cat2,
epochs=15,
batch_size=100,
validation_data=(val_data,val_labels_cat))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment