Created
November 3, 2017 14:53
-
-
Save yufengg/de8ffc0a00f86e5f9f00807cad7a9aa7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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