Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created June 7, 2021 12:06
Show Gist options
  • Save ParthNipunDave/a388d494d0657ea0cc4e3d86b4fb4dc5 to your computer and use it in GitHub Desktop.
Save ParthNipunDave/a388d494d0657ea0cc4e3d86b4fb4dc5 to your computer and use it in GitHub Desktop.
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