Skip to content

Instantly share code, notes, and snippets.

@malaikannan
Created January 26, 2017 05:46
Show Gist options
  • Save malaikannan/2c1a6e00135a06a6f479209cef0412e1 to your computer and use it in GitHub Desktop.
Save malaikannan/2c1a6e00135a06a6f479209cef0412e1 to your computer and use it in GitHub Desktop.
import os
os.environ['KERAS_BACKEND'] = 'tensorflow'
import keras
import matplotlib as plt
from keras.datasets import mnist
import matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment