Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 6, 2020 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alakhator/5b6e02e171899afd9809acc60397687b to your computer and use it in GitHub Desktop.
Save Alakhator/5b6e02e171899afd9809acc60397687b to your computer and use it in GitHub Desktop.
import numpy as np
import os
import six.moves.urllib as urllib
import sys
import tarfile
import tensorflow as tf
import zipfile
from collections import defaultdict
from io import StringIO
from matplotlib import pyplot as plt
from PIL import Image
from IPython.display import display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment