mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
* Copy files for editing. * Use librispeech + gigaspeech with modified conformer. * Support specifying number of workers for on-the-fly feature extraction. * Feature extraction code for GigaSpeech. * Combine XL splits lazily during training. * Fix warnings in decoding. * Add decoding code for GigaSpeech. * Fix decoding the gigaspeech dataset. We have to use the decoder/joiner networks for the GigaSpeech dataset. * Disable speed perturbe for XL subset. * Compute the Nbest oracle WER for RNN-T decoding. * Minor fixes. * Minor fixes. * Add results. * Update results. * Update CI. * Update results. * Fix style issues. * Update results. * Fix style issues.
22 lines
635 B
Plaintext
22 lines
635 B
Plaintext
# Usage: grep -v '^#' requirements-ci.txt | xargs -n 1 -L 1 pip install
|
|
# dependencies for GitHub actions
|
|
#
|
|
# See https://github.com/actions/setup-python#caching-packages-dependencies
|
|
|
|
# numpy 1.20.x does not support python 3.6
|
|
numpy==1.19
|
|
pytest==7.1.0
|
|
graphviz==0.19.1
|
|
|
|
-f https://download.pytorch.org/whl/cpu/torch_stable.html torch==1.10.0+cpu
|
|
-f https://download.pytorch.org/whl/cpu/torch_stable.html torchaudio==0.10.0+cpu
|
|
|
|
-f https://k2-fsa.org/nightly/ k2==1.15.1.dev20220426+cpu.torch1.10.0
|
|
|
|
git+https://github.com/lhotse-speech/lhotse
|
|
kaldilm==1.11
|
|
kaldialign==0.2
|
|
sentencepiece==0.1.96
|
|
tensorboard==2.8.0
|
|
typeguard==2.13.3
|