Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 16, 2022 09:15
Embed
What would you like to do?
# Importing tensorflow and its utilities
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras.layers import Dense, Activation
from tensorflow.keras.optimizers import Adam
from tensorflow.keras.metrics import categorical_crossentropy
from tensorflow.keras.preprocessing.image import ImageDataGenerator
from tensorflow.keras.preprocessing import image
from tensorflow.keras.models import Model
from tensorflow.keras.models import load_model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment