Created
May 15, 2020 23:43
-
-
Save JanSchm/c88a5411e20ce3bfedc0c2c5dc612457 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(X_train, y_train, | |
batch_size=2048, | |
verbose=2, | |
callbacks=[callback], | |
epochs=200, | |
validation_data=(X_val, y_val),) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment