Created
December 16, 2017 14:55
-
-
Save bee-san/0c8097dba5e50454cc5efd1a7200e03c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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