Skip to content

Instantly share code, notes, and snippets.

@JanSchm
Created May 15, 2020 23:43
Show Gist options
  • Save JanSchm/c88a5411e20ce3bfedc0c2c5dc612457 to your computer and use it in GitHub Desktop.
Save JanSchm/c88a5411e20ce3bfedc0c2c5dc612457 to your computer and use it in GitHub Desktop.
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