mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +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
|
name: Run docker image
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- test-yesno-docker
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -25,6 +28,7 @@ jobs:
|
|||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: k2fsa/icefall:${{ matrix.image }}
|
image: k2fsa/icefall:${{ matrix.image }}
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
cat /etc/*release
|
cat /etc/*release
|
||||||
@ -64,3 +68,12 @@ jobs:
|
|||||||
python3 -c "import kaldifeat; print(kaldifeat.__file__)"
|
python3 -c "import kaldifeat; print(kaldifeat.__file__)"
|
||||||
python3 -c "import kaldifeat; print(kaldifeat.__version__)"
|
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