File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments