Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created December 16, 2017 14:55
Show Gist options
  • Select an option

  • Save bee-san/0c8097dba5e50454cc5efd1a7200e03c to your computer and use it in GitHub Desktop.

Select an option

Save bee-san/0c8097dba5e50454cc5efd1a7200e03c to your computer and use it in GitHub Desktop.
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment