Skip to content

Instantly share code, notes, and snippets.

@um4ng-tiw
Last active June 28, 2021 15:24
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 um4ng-tiw/48c87696a92d23c4190775186b0c8989 to your computer and use it in GitHub Desktop.
Save um4ng-tiw/48c87696a92d23c4190775186b0c8989 to your computer and use it in GitHub Desktop.
import tensorflow as tf
from tensorflow.keras import Sequential
from tensorflow.keras.layers import Flatten
from tensorflow.keras.layers import Dense
from tensorflow.keras.layers import Conv2D
from tensorflow.keras.layers import MaxPool2D
from tensorflow.keras.layers import ZeroPadding2D
from tensorflow.keras.layers import Dropout
from tensorflow.keras.preprocessing.image import ImageDataGenerator
import numpy as np
import matplotlib.pyplot as plt
import cv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment