Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created November 21, 2022 09:11
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 andrea-dagostino/de6d65167646fb67020c280e035f3e39 to your computer and use it in GitHub Desktop.
Save andrea-dagostino/de6d65167646fb67020c280e035f3e39 to your computer and use it in GitHub Desktop.
seq_model
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import layers
model = keras.Sequential(
# [...]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment