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
ModelZoo
Squeezeformer_tensorflow
Commits
c366e20a
Commit
c366e20a
authored
Nov 06, 2024
by
wangwei990215
Browse files
Update README.md
parent
f0fb7558
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
c366e20a
...
@@ -126,7 +126,7 @@ python create_librispeech_trans_all.py --data {dataset_path}/LibriSpeech --outpu
...
@@ -126,7 +126,7 @@ python create_librispeech_trans_all.py --data {dataset_path}/LibriSpeech --outpu
运行以下命令:
运行以下命令:
```
```
cd examples/squeezeformer
cd examples/squeezeformer
python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved squeezeformer-S.h5 --dataset_path {tsv_dir} --dataset {dev_clean|dev_other|test_clean|test_other}
python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved squeezeformer-S.h5 --dataset_path {tsv_dir} --dataset {dev_clean|dev_other|test_clean|test_other}
--mode test-only
```
```
-
tsv_dir是在上一步中创建的TSV清单文件的目录路径。
-
tsv_dir是在上一步中创建的TSV清单文件的目录路径。
-
通过更改--config和--saved在其他Squeezeformer模型上进行测试,例如,Squeezeformer-L或Squeezeformer-M。
-
通过更改--config和--saved在其他Squeezeformer模型上进行测试,例如,Squeezeformer-L或Squeezeformer-M。
...
...
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