Skip to content

Commit ba06a91

Browse files
authored
Update checkpoint.ipynb
1 parent aadace7 commit ba06a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/checkpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"source": [
256256
"#### Create the checkpoint objects\n",
257257
"\n",
258-
"To manually create a checkpoint, you will need a `tf.train.Checkpoint` object, where the objects you want to checkpoint are set as attributes on the object.\n",
258+
"Use a `tf.train.Checkpoint` object to manually create a checkpoint, where the objects you want to checkpoint are set as attributes on the object.\n",
259259
"\n",
260260
"A `tf.train.CheckpointManager` can also be helpful for managing multiple checkpoints."
261261
]

0 commit comments

Comments
 (0)