mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-13 12:02:21 +00:00
Minor fixes.
This commit is contained in:
parent
6617d5828d
commit
22dc936b69
8
.github/workflows/run-yesno-recipe.yml
vendored
8
.github/workflows/run-yesno-recipe.yml
vendored
@ -29,7 +29,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15]
|
# os: [ubuntu-18.04, macos-10.15]
|
||||||
|
# TODO: enable macOS for CPU testing
|
||||||
|
os: [ubuntu-18.04]
|
||||||
python-version: [3.8]
|
python-version: [3.8]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
@ -77,6 +79,6 @@ jobs:
|
|||||||
|
|
||||||
cd egs/yesno/ASR
|
cd egs/yesno/ASR
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
./tdnn/train.py
|
python3 ./tdnn/train.py --num-epochs 60
|
||||||
./tdnn/decode.py --epoch 49
|
python3 ./tdnn/decode.py --epoch 59
|
||||||
# TODO: Check that the WER is less than some value
|
# TODO: Check that the WER is less than some value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user