Skip to content

Instantly share code, notes, and snippets.

@emilwallner
Last active September 24, 2017 12:39
Show Gist options
  • Save emilwallner/344148658a5c23442cd7943a318be51b to your computer and use it in GitHub Desktop.
Save emilwallner/344148658a5c23442cd7943a318be51b to your computer and use it in GitHub Desktop.
#Large batch size
model.fit(X, Y,
n_epoch=50,
shuffle=True,
validation_set=(X_test, Y_test),
show_metric=True,
batch_size=2000,
run_id='cifar_large_batch_size')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment