Teo Wen Shen
da87e7fc99
add weights_only=False to torch.load ( #1984 )
2025-07-10 15:27:08 +08:00
Fangjun Kuang
f233ffa02a
Add docker images for torch 2.4.1 ( #1743 )
2024-09-07 18:17:04 +08:00
Fangjun Kuang
ec0389a3c1
Add doc about FST-based CTC forced alignment. ( #1482 )
2024-06-12 17:36:57 +08:00
Fangjun Kuang
c45e9fecfb
support torch 2.2.2 in docker images ( #1578 )
2024-04-03 11:26:24 +08:00
Fangjun Kuang
387833fb7c
Doc: Add huggingface mirror for users from China. ( #1565 )
2024-03-21 12:05:30 +08:00
Xiaoyu Yang
f28c05f4f5
Documentation for adapter fine-tuning ( #1545 )
2024-03-14 12:18:49 +08:00
Fangjun Kuang
15bd9a841e
add CI for ljspeech ( #1548 )
2024-03-13 17:39:01 +08:00
Fangjun Kuang
81f518ea7c
Support different tts model types. ( #1541 )
2024-03-12 22:29:21 +08:00
Fangjun Kuang
2f102eb989
Add CUDA docker image for torch 2.2.1 ( #1521 )
2024-02-29 11:41:18 +08:00
Zengwei Yao
d89f4ea149
Use piper_phonemize as text tokenizer in ljspeech recipe ( #1511 )
...
* use piper_phonemize as text tokenizer in ljspeech recipe
* modify usage of tokenizer in vits/train.py
* update docs
2024-02-29 10:13:22 +08:00
Xiaoyu Yang
13daf73468
docs for finetune zipformer ( #1509 )
2024-02-21 18:06:27 +08:00
Karel Vesely
e59fa38e86
docs: minor fixes of LM rescoring texts ( #1498 )
2024-02-20 10:40:15 +08:00
Fangjun Kuang
17688476e5
Provider docker images for torch 2.2.0 ( #1501 )
2024-02-18 14:56:04 +08:00
Fangjun Kuang
398401ed27
Update kaldifeat installation doc ( #1460 )
2024-01-14 14:38:41 +08:00
Xiaoyu Yang
e2fcb42f5f
fix typo ( #1455 )
2024-01-09 15:41:37 +08:00
Fangjun Kuang
835a92eba5
Add doc about how to use the CPU-only docker images ( #1432 )
2023-12-25 20:23:56 +08:00
zr_jin
735fb9a73d
A TTS recipe VITS on VCTK dataset ( #1380 )
...
* init
* isort formatted
* minor updates
* Create shared
* Update prepare_tokens_vctk.py
* Update prepare_tokens_vctk.py
* Update prepare_tokens_vctk.py
* Update prepare.sh
* updated
* Update train.py
* Update train.py
* Update tts_datamodule.py
* Update train.py
* Update train.py
* Update train.py
* Update train.py
* Update train.py
* Update train.py
* fixed formatting issue
* Update infer.py
* removed redundant files
* Create monotonic_align
* removed redundant files
* created symlinks
* Update prepare.sh
* minor adjustments
* Create requirements_tts.txt
* Update requirements_tts.txt
added version constraints
* Update infer.py
* Update infer.py
* Update infer.py
* updated docs
* Update export-onnx.py
* Update export-onnx.py
* Update test_onnx.py
* updated requirements.txt
* Update test_onnx.py
* Update test_onnx.py
* docs updated
* docs fixed
* minor updates
2023-12-06 09:59:19 +08:00
Zengwei Yao
0622dea30d
Add a TTS recipe VITS on LJSpeech dataset ( #1372 )
...
* first commit
* replace phonimizer with g2p
* use Conformer as text encoder
* modify training script, clean codes
* rename directory
* convert text to tokens in data preparation stage
* fix tts_datamodule.py
* support onnx export and testing the exported onnx model
* add doc
* add README.md
* fix style
2023-11-29 21:28:38 +08:00
hairyputtar
800bf4b6a2
fix more typos ( #1340 )
...
* fix more typos
* fix typo
* fix typo
* fix typo
2023-10-27 11:46:28 +08:00
hairyputtar
3fb99400cf
fix typos ( #1336 )
...
* fix typo
* fix typo
* Update pruned_transducer_stateless.rst
2023-10-24 15:47:25 +08:00
Fangjun Kuang
902dc2364a
Update docker for torch 2.1 ( #1326 )
2023-10-22 23:25:06 +08:00
Rudra
eef47adee9
fix typo ( #1324 )
2023-10-19 22:54:43 +08:00
Ikko Eltociear Ashimine
98c5286404
Fix typo in code-style.rst ( #1318 )
2023-10-19 00:13:50 +08:00
Fangjun Kuang
2318c3fbd0
Support CTC decoding on CPU using OpenFst and kaldi decoders. ( #1244 )
2023-09-26 16:36:19 +08:00
marcoyang1998
e17f884ace
Fix docs for MVQ ( #1272 )
...
* typo fix
2023-09-25 15:36:40 +08:00
marcoyang1998
97f9b9c33b
Add documentation for RNNLM training ( #1267 )
...
* add documentation for training an RNNLM
2023-09-25 10:48:50 +08:00
marcoyang1998
3a1ce5963b
Minor fix for documentation ( #1229 )
2023-08-29 16:39:48 +08:00
Fangjun Kuang
fc2df07841
Add icefall tutorials for dummies. ( #1220 )
2023-08-16 22:32:41 +08:00
zr_jin
3b5645f594
doc updated ( #1214 )
2023-08-13 12:37:08 +08:00
marcoyang1998
1ee251c8b3
Decode zipformer with external LMs ( #1193 )
...
* update some documentation
* support decoding with LMs in zipformer recipe
* update RESULTS.md
2023-08-03 15:50:35 +08:00
Fangjun Kuang
bcabaf896c
Add doc describing how to run icefall within a docker container ( #1194 )
2023-08-01 12:28:34 +08:00
Fangjun Kuang
19b942c958
Update installation doc. ( #1188 )
2023-07-27 13:36:46 +08:00
marcoyang1998
3fb0a43170
Fix conflict ( #1187 )
...
Resolve conflict
2023-07-27 12:36:05 +08:00
marcoyang1998
625b33e9ad
Update descriptions for different decoding methods with external LMs ( #1185 )
...
* add some descriptions
* minor updates
2023-07-27 12:08:20 +08:00
marcoyang1998
11523c5b89
Shallow fusion & LODR documentation ( #1142 )
...
* add shallow fusion documentation
* add documentation for LODR
* upload docs for LM rescoring
2023-07-06 19:11:01 +08:00
Fangjun Kuang
a5bbfc6f7e
Update doc for exporting to ncnn ( #1072 )
2023-05-19 16:22:08 +08:00
tomato18463
7a9f40aac5
Update the yesno recipe logs in doc ( #1060 )
2023-05-15 11:16:53 +08:00
Fangjun Kuang
86b0db6eb9
update installation doc ( #1049 )
2023-05-09 16:13:21 +08:00
Fangjun Kuang
5b50ffda54
support using mini librispeech in training ( #1048 )
...
* support mini librispeech in training
* update onnx export doc
2023-05-09 15:10:06 +08:00
Fangjun Kuang
8aaa9761e4
Add doc about exporting streaming zipformer to sherpa-ncnn ( #927 )
2023-02-27 21:23:04 +08:00
nihui
4626c60c74
fix typo ( #915 )
2023-02-17 15:38:08 +08:00
Fangjun Kuang
52d7cdd1a6
Update doc about exporting LSTM models to ncnn ( #914 )
2023-02-17 12:50:13 +08:00
Fangjun Kuang
e916027bfe
Fix doc typos for onnx export ( #891 )
2023-02-09 10:33:40 +08:00
Fangjun Kuang
2b995639b7
Add ONNX support for Zipformer and ConvEmformer ( #884 )
2023-02-09 00:02:38 +08:00
Yifan Yang
bffce413f0
Fix filename ctc_guild_decode_bs.py -> ctc_guide_decode_bs.py ( #870 )
...
* fix filename ctc_guild_decode_bs.py -> ctc_guide_decode_bs.py
---------
Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
2023-02-03 12:32:06 +08:00
Yifan Yang
e277e31e37
update huggingface link of zipformer_ctc_blankskip.rst ( #858 )
...
* update huggingface link
* update link
---------
Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
2023-01-29 15:35:36 +08:00
Wei Kang
f5ff7a18eb
Fix the unclear description for streaming model ( #849 )
2023-01-17 11:28:59 +08:00
Fangjun Kuang
5c8e9628cc
update faq for libpython3.10.so not found ( #838 )
2023-01-13 15:21:29 +08:00
Fangjun Kuang
958dbb3a1d
add doc for int8 quantization with sherpa-ncnn ( #832 )
...
* add doc for int8 quantization with sherpa-ncnn
* typo fixes
2023-01-11 20:29:36 +08:00
marcoyang1998
142420b3af
Add docs for distillation ( #812 )
...
* add README to docs
* update documents for distillation
* upload png files
2023-01-11 16:45:24 +08:00