Skip to content

Instantly share code, notes, and snippets.

@solaris33
Created March 27, 2017 13:14
Show Gist options
  • Save solaris33/4ac08022841b8f0945fa0a68c66d9971 to your computer and use it in GitHub Desktop.
Save solaris33/4ac08022841b8f0945fa0a68c66d9971 to your computer and use it in GitHub Desktop.
# boilerplate code
from __future__ import print_function
import os
from io import BytesIO
import numpy as np
from functools import partial
import PIL.Image
from IPython.display import clear_output, Image, display, HTML
import tensorflow as tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment