Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit a9a13a8

Browse files
author
Mesh TensorFlow Team
committed
Fix docstring typos
PiperOrigin-RevId: 478650840
1 parent b6ea77f commit a9a13a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesh_tensorflow/transformer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ def score_from_strings(estimator, vocabulary, model_type, batch_size,
18971897
evenly divide targets N times, where each input has N decodes sequentially
18981898
in targets.
18991899
1900-
The function returns a list of floats represnenting the log-liekelihood of the
1900+
The function returns a list of floats representing the log-likelihood of the
19011901
target given the input. If `scores_filename` is present, then these are also
19021902
written out as a text file, one per line.
19031903

0 commit comments

Comments
 (0)