Skip to content

Instantly share code, notes, and snippets.

@kevakba
Last active September 1, 2020 18:04
Show Gist options
  • Save kevakba/240eb437862a7c115ad863853255ee2b to your computer and use it in GitHub Desktop.
Save kevakba/240eb437862a7c115ad863853255ee2b to your computer and use it in GitHub Desktop.
import tensorflow as tf
import numpy as np
from tensorflow.keras.preprocessing.image import ImageDataGenerator
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense, Conv2D, Flatten, Dropout, MaxPooling2D
import matplotlib.pyplot as plt
from tensorflow.keras import layers
import matplotlib.image as mpimg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment