Skip to content

Instantly share code, notes, and snippets.

@mjbhobe
Last active August 15, 2018 18:31
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 mjbhobe/999dd07259fb10be74b70d2804778bf3 to your computer and use it in GitHub Desktop.
Save mjbhobe/999dd07259fb10be74b70d2804778bf3 to your computer and use it in GitHub Desktop.
# some more globals...
num_features = train_data.shape[1]
num_epochs = 15
batch_size = 100
ksize, kernel_size = 3, 3
psize, pool_size = 2, 2
strides = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment