Skip to content

Instantly share code, notes, and snippets.

@wayofnumbers
Created October 22, 2019 21:57
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 wayofnumbers/c453406e1d49ba1b5241a69e007a65f3 to your computer and use it in GitHub Desktop.
Save wayofnumbers/c453406e1d49ba1b5241a69e007a65f3 to your computer and use it in GitHub Desktop.
FMNIST-params
# put all hyper params into a OrderedDict, easily expandable
params = OrderedDict(
lr = [.01, .001],
batch_size = [100, 1000],
shuffle = [True, False]
)
epochs = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment