Skip to content

Commit edc3f91

Browse files
authored
Update link to Migrating model checkpoints in Use TF1.x models in TF2 workflows guide
1 parent 153a15c commit edc3f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/migrate/model_mapping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
"\n",
12541254
"The above migration process to native TF2 APIs changed both the variable names (as Keras APIs produce very different weight names), and the object-oriented paths that point to different weights in the model. The impact of these changes is that they will have broken both any existing TF1-style name-based checkpoints or TF2-style object-oriented checkpoints.\n",
12551255
"\n",
1256-
"However, in some cases, you might be able to take your original name-based checkpoint and find a mapping of the variables to their new names with approaches like the one detailed in the [Reusing TF1.x checkpoints guide](https://github.com/tensorflow/docs/blob/master/site/en/guide/migrate/migrating_checkpoints.ipynb).\n",
1256+
"However, in some cases, you might be able to take your original name-based checkpoint and find a mapping of the variables to their new names with approaches like the one detailed in the [Reusing TF1.x checkpoints guide](./migrating_checkpoints.ipynb).\n",
12571257
"\n",
12581258
"Some tips to making this feasible are as follows:\n",
12591259
"- Variables still all have a `name` argument you can set.\n",

0 commit comments

Comments
 (0)