Created
November 21, 2022 09:11
-
-
Save andrea-dagostino/de6d65167646fb67020c280e035f3e39 to your computer and use it in GitHub Desktop.
seq_model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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