Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
245da370
Unverified
Commit
245da370
authored
Apr 16, 2021
by
Tran N.M. Hoang
Committed by
GitHub
Apr 15, 2021
Browse files
fix: dataset-folder-in-archive flag is empty (#1060)
parent
e061b268
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
examples/pipeline_wav2letter/README.md
examples/pipeline_wav2letter/README.md
+5
-1
No files found.
examples/pipeline_wav2letter/README.md
View file @
245da370
...
@@ -4,8 +4,13 @@ This is an example pipeline for speech recognition using a greedy or Viterbi CTC
...
@@ -4,8 +4,13 @@ This is an example pipeline for speech recognition using a greedy or Viterbi CTC
More information about each command line parameters is available with the
`--help`
option. An example can be invoked as follows.
More information about each command line parameters is available with the
`--help`
option. An example can be invoked as follows.
```
```
DATASET_ROOT = <Top>/<level>/<folder>
DATASET_FOLDER_IN_ARCHIVE = 'LibriSpeech'
python main.py \
python main.py \
--reduce-lr-valid \
--reduce-lr-valid \
--dataset-root "${DATASET_ROOT}" \
--dataset-folder-in-archive "${DATASET_FOLDER_IN_ARCHIVE}" \
--dataset-train train-clean-100 train-clean-360 train-other-500 \
--dataset-train train-clean-100 train-clean-360 train-other-500 \
--dataset-valid dev-clean \
--dataset-valid dev-clean \
--batch-size 128 \
--batch-size 128 \
...
@@ -15,7 +20,6 @@ python main.py \
...
@@ -15,7 +20,6 @@ python main.py \
--clip-grad 0. \
--clip-grad 0. \
--gamma .99 \
--gamma .99 \
--hop-length 160 \
--hop-length 160 \
--n-hidden-channels 2000 \
--win-length 400 \
--win-length 400 \
--n-bins 13 \
--n-bins 13 \
--normalize \
--normalize \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment