Skip to content

Instantly share code, notes, and snippets.

@IamRash-7
Last active August 29, 2021 10:18
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 IamRash-7/030f81119c6e02590dd3245655339013 to your computer and use it in GitHub Desktop.
Save IamRash-7/030f81119c6e02590dd3245655339013 to your computer and use it in GitHub Desktop.
# Train the model
history = model.fit(x = X_train,y = y_train,
batch_size=64,
validation_data = (X_test,y_test),
epochs = 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment