mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Small fixes
This commit is contained in:
parent
41ff58b1b3
commit
14afd24477
8
.github/workflows/run-yesno-recipe.yml
vendored
8
.github/workflows/run-yesno-recipe.yml
vendored
@ -20,7 +20,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- yesno-export
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@ -140,3 +139,10 @@ jobs:
|
|||||||
--words-file ./data/lang_phone/words.txt \
|
--words-file ./data/lang_phone/words.txt \
|
||||||
download/waves_yesno/0_0_0_1_0_0_0_1.wav \
|
download/waves_yesno/0_0_0_1_0_0_0_1.wav \
|
||||||
download/waves_yesno/0_0_1_0_0_0_1_0.wav
|
download/waves_yesno/0_0_1_0_0_0_1_0.wav
|
||||||
|
|
||||||
|
- name: Show generated files
|
||||||
|
shell: bash
|
||||||
|
working-directory: ${{github.workspace}}
|
||||||
|
run: |
|
||||||
|
cd egs/yesno/ASR
|
||||||
|
ls -lh tdnn/exp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user