Created
August 13, 2019 20:17
-
-
Save techwithshadab/6e47fc6f57645e28f66548fdfe2d4809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model.fit(train, labs, batch_size=batch_size, epochs=nb_epoch, | |
validation_split=0.25, verbose=0, shuffle=True, callbacks=[history, early_stopping]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment