Skip to content

Commit

Permalink
Fix typo s/Recieved/Received/.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634543297
  • Loading branch information
kenjitoyama authored and tensorflower-gardener committed May 17, 2024
1 parent 1392171 commit 6ec9024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/checkpoint/functional_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def __init__(

if (checkpoint_key, slice_spec) in self._keys_to_restore_fn:
raise ValueError(
"Recieved multiple tensors with the same checkpoint key and "
"Received multiple tensors with the same checkpoint key and "
"slice spec. This is invalid because one will overwrite the "
"other in the checkpoint. This indicates a bug in the "
"Checkpoint key-generation.")
Expand Down

0 comments on commit 6ec9024

Please sign in to comment.