Skip to content

Instantly share code, notes, and snippets.

@shyamal18122000
Created August 28, 2021 21:32
Show Gist options
  • Save shyamal18122000/8730952bb8a03758430e838dd140eb28 to your computer and use it in GitHub Desktop.
Save shyamal18122000/8730952bb8a03758430e838dd140eb28 to your computer and use it in GitHub Desktop.
train_model = model.fit(
X_train, Y_train,
batch_size=128,
epochs=100,
verbose=1,
validation_data=(X_val, Y_val)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment