Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 16, 2022 09:15
Show Gist options
  • Save Sachin-crypto/64450034314f51314da59cc6ecdcc274 to your computer and use it in GitHub Desktop.
Save Sachin-crypto/64450034314f51314da59cc6ecdcc274 to your computer and use it in GitHub Desktop.
# 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