My code is:
import tensorflow as tf keras_model = tf.keras.Sequential([ tf.keras.layers.Embedding(1000, 16), tf.keras.layers.LSTM(32), ])