Skip to content

Commit 572a05d

Browse files
authored
Update link to Save and load models
1 parent 8438063 commit 572a05d

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](https://www.tensorflow.org/tutorials/keras/save_and_load) 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)