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/3826595227e7f9589e7dd9001f157e4a to your computer and use it in GitHub Desktop.

Select an option

Save bee-san/3826595227e7f9589e7dd9001f157e4a 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