mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Run yesno recipe with docker
This commit is contained in:
parent
751bb6ff1a
commit
55ff83943f
13
.github/workflows/run-docker-image.yml
vendored
13
.github/workflows/run-docker-image.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Run docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- test-yesno-docker
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
@ -25,6 +28,7 @@ jobs:
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: k2fsa/icefall:${{ matrix.image }}
|
||||
shell: bash
|
||||
run: |
|
||||
uname -a
|
||||
cat /etc/*release
|
||||
@ -64,3 +68,12 @@ jobs:
|
||||
python3 -c "import kaldifeat; print(kaldifeat.__file__)"
|
||||
python3 -c "import kaldifeat; print(kaldifeat.__version__)"
|
||||
|
||||
echo "Test yesno recipe"
|
||||
|
||||
cd egs/yesno/ASR
|
||||
|
||||
./prepare.sh
|
||||
|
||||
./tdnn/train.py
|
||||
|
||||
./tdnn/decode.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user