Created
July 17, 2017 19:20
-
-
Save shugert/98377d9296018b3e8e3e5bda1c033743 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
# first we import our libraries | |
import tensorflow as tf | |
from tensorflow.examples.tutorials import mnist | |
from tensorflow.examples.tutorials.mnist import input_data | |
import numpy as np | |
import scipy.misc | |
import os |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment