Skip to content

Commit 5d5a79d

Browse files
rchaocopybara-github
authored andcommitted
Remove the definition of text_model_input as it's unused in warm start embedding matrix guide.
PiperOrigin-RevId: 496729161
1 parent 58900a6 commit 5d5a79d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/en/tutorials/text/warmstart_embedding_matrix.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@
357357
"outputs": [],
358358
"source": [
359359
"embedding_dim = 16\n",
360-
"text_model_input = tf.keras.layers.Input(dtype=tf.string, shape=(1,))\n",
361360
"text_embedding = Embedding(vocab_size, embedding_dim, name=\"embedding\")"
362361
]
363362
},

0 commit comments

Comments
 (0)