Skip to content

Commit 4dea89e

Browse files
Merge pull request #2006 from RenuPatelGoogle:patch-10
PiperOrigin-RevId: 426303765
2 parents a1c5b3c + 572a05d commit 4dea89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/text.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
"\n",
865865
"There is a performance difference to keep in mind when choosing where to apply `tf.keras.layers.TextVectorization`. Using it outside of your model enables you to do asynchronous CPU processing and buffering of your data when training on GPU. So, if you're training your model on the GPU, you probably want to go with this option to get the best performance while developing your model, then switch to including the `TextVectorization` layer inside your model when you're ready to prepare for deployment.\n",
866866
"\n",
867-
"Visit the [Save and load models](../tutorials/keras/save_and_load.ipynb) tutorial to learn more about saving models."
867+
"Visit the [Save and load models](../keras/save_and_load.ipynb) tutorial to learn more about saving models."
868868
]
869869
},
870870
{

0 commit comments

Comments
 (0)