Skip to content

Commit 0cf3f33

Browse files
Merge pull request #2195 from tilakrayal:patch-15
PiperOrigin-RevId: 521683777
2 parents a055dbc + dff09af commit 0cf3f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/migrate/validate_correctness.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
"source": [
12551255
"## Step 3b or 4b (optional): Testing with pre-existing checkpoints\n",
12561256
"\n",
1257-
"After step 3 or step 4 above, it can be useful to run your numerical equivalence tests when starting from pre-existing name-based checkpoints if you have some. This can test both that your legacy checkpoint loading is working correctly and that the model itself is working right. The [Reusing TF1.x checkpoints guide](./reuse_checkpoints.ipynb) covers how to reuse your pre-existing TF1.x checkpoints and transfer them over to TF2 checkpoints.\n"
1257+
"After step 3 or step 4 above, it can be useful to run your numerical equivalence tests when starting from pre-existing name-based checkpoints if you have some. This can test both that your legacy checkpoint loading is working correctly and that the model itself is working right. The [Reusing TF1.x checkpoints guide](./migrating_checkpoints.ipynb) covers how to reuse your pre-existing TF1.x checkpoints and transfer them over to TF2 checkpoints.\n"
12581258
]
12591259
},
12601260
{

0 commit comments

Comments
 (0)