"src/vscode:/vscode.git/clone" did not exist on "f5e9cf340877c40044b5171a5eef9346a7f273d2"
Commit fda41bbf authored by Nouran Ali's avatar Nouran Ali Committed by Facebook GitHub Bot
Browse files

Fix typo in forced alignment tutorial (#3222)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3222

Reviewed By: nateanl

Differential Revision: D44539424

Pulled By: mthrok

fbshipit-source-id: 8fbcb5f9918c9930c939bcd448493fa5cf604545
parent bb75caa4
...@@ -64,7 +64,7 @@ SPEECH_FILE = torchaudio.utils.download_asset("tutorial-assets/Lab41-SRI-VOiCES- ...@@ -64,7 +64,7 @@ SPEECH_FILE = torchaudio.utils.download_asset("tutorial-assets/Lab41-SRI-VOiCES-
# Generate frame-wise label probability # Generate frame-wise label probability
# ------------------------------------- # -------------------------------------
# #
# The first step is to generate the label class porbability of each aduio # The first step is to generate the label class porbability of each audio
# frame. We can use a Wav2Vec2 model that is trained for ASR. Here we use # frame. We can use a Wav2Vec2 model that is trained for ASR. Here we use
# :py:func:`torchaudio.pipelines.WAV2VEC2_ASR_BASE_960H`. # :py:func:`torchaudio.pipelines.WAV2VEC2_ASR_BASE_960H`.
# #
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment