Skip to content

Commit 8438063

Browse files
Update text.ipynb
Updated broken link for 'Save and load model' in "Run inference on new data" section.
1 parent dc8d305 commit 8438063

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](https://www.tensorflow.org/tutorials/keras/save_and_load) tutorial to learn more about saving models."
868868
]
869869
},
870870
{

0 commit comments

Comments
 (0)