Created
June 7, 2021 12:06
-
-
Save ParthNipunDave/a388d494d0657ea0cc4e3d86b4fb4dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from keras.preprocessing.image import ImageDataGenerator | |
from tensorflow.keras.applications import ResNet50 | |
from tensorflow.python.keras.models import Sequential | |
from tensorflow.python.keras.layers import Dense, Flatten, GlobalAveragePooling2D | |
from tensorflow.keras.applications import ResNet50 | |
import tensorflow as tf | |
import matplotlib.pyplot as plt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment