Skip to content

Commit f1a2a37

Browse files
authored
Fixed spelling in forced_alignment_tutorial.py (#3934)
1 parent da2c347 commit f1a2a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/forced_alignment_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# Generate frame-wise label probability
8989
# -------------------------------------
9090
#
91-
# The first step is to generate the label class porbability of each audio
91+
# The first step is to generate the label class probability of each audio
9292
# frame. We can use a Wav2Vec2 model that is trained for ASR. Here we use
9393
# :py:func:`torchaudio.pipelines.WAV2VEC2_ASR_BASE_960H`.
9494
#
@@ -153,7 +153,7 @@ def plot():
153153
# :math:`c_j` at :math:`t` and it transitioned to the next label
154154
# :math:`c_{j+1}` at :math:`t+1`.
155155
#
156-
# The follwoing diagram illustrates this transition.
156+
# The following diagram illustrates this transition.
157157
#
158158
# .. image:: https://download.pytorch.org/torchaudio/tutorial-assets/ctc-forward.png
159159
#

0 commit comments

Comments
 (0)