Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 9, 2021 08:14
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 amankharwal/80a7415bd58d5111eb3c42fda90c6980 to your computer and use it in GitHub Desktop.
Save amankharwal/80a7415bd58d5111eb3c42fda90c6980 to your computer and use it in GitHub Desktop.
import keras
from tensorflow import keras
import keras.layers as layers
from keras.models import Sequential,Input,Model
from keras.layers import Dense, Dropout, Flatten
from keras.layers import Conv2D, MaxPooling2D
from keras.layers.advanced_activations import LeakyReLU
import tensorflow as tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment