Skip to content

Instantly share code, notes, and snippets.

@mzemel
mzemel / generate.py
Last active August 29, 2015 14:24
Copy of Google's ipynb file
# imports and basic notebook setup
from cStringIO import StringIO
import numpy as np
import scipy.ndimage as nd
import PIL.Image
from IPython.display import clear_output, Image, display
from google.protobuf import text_format
import caffe