Skip to content

Commit

Permalink
Update checkpoint.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberta authored Dec 17, 2020
1 parent aadace7 commit ba06a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/guide/checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 255,7 @@
"source": [
"#### Create the checkpoint objects\n",
"\n",
"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",
"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",
"\n",
"A `tf.train.CheckpointManager` can also be helpful for managing multiple checkpoints."
]
Expand Down

0 comments on commit ba06a91

Please sign in to comment.