Skip to content

Instantly share code, notes, and snippets.

@yufengg
Created November 3, 2017 14:53
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 yufengg/de8ffc0a00f86e5f9f00807cad7a9aa7 to your computer and use it in GitHub Desktop.
Save yufengg/de8ffc0a00f86e5f9f00807cad7a9aa7 to your computer and use it in GitHub Desktop.
tf.estimator.inputs.numpy_input_fn(
x={'pixels': X},
y=Y,
batch_size=batch_size,
num_epochs=epochs,
shuffle=shuffle)
DATA_SETS = input_data.read_data_sets(
"/tmp/fashion-mnist")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment