Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created April 23, 2020 19:51
Show Gist options
  • Save curiousily/0ea2872d520b117a9928ae470baaf61c to your computer and use it in GitHub Desktop.
Save curiousily/0ea2872d520b117a9928ae470baaf61c to your computer and use it in GitHub Desktop.
history = model.fit(
X_train, y_train,
epochs=20,
batch_size=32,
validation_split=0.1,
shuffle=False
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment