Skip to content

Instantly share code, notes, and snippets.

@shugert
Created July 17, 2017 19:20
Show Gist options
  • Save shugert/98377d9296018b3e8e3e5bda1c033743 to your computer and use it in GitHub Desktop.
Save shugert/98377d9296018b3e8e3e5bda1c033743 to your computer and use it in GitHub Desktop.
# 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