Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created January 21, 2020 16:17
Show Gist options
  • Save SubhadityaMukherjee/9646e8fed07147a0a4d9703948847910 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/9646e8fed07147a0a4d9703948847910 to your computer and use it in GitHub Desktop.
imports
from __future__ import (absolute_import, division, print_function,
unicode_literals)
import tensorflow as tf
import IPython.display as display
import matplotlib as mpl
import numpy as np
import PIL.Image
from tensorflow.keras.preprocessing import image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment