17 Commits

Author SHA1 Message Date
jinzr
fa73dc54a5 misc. update 2024-03-18 10:39:01 +08:00
jinzr
e69b60e579 enable the grad_scale is too small error 2024-03-11 23:14:14 +08:00
jinzr
89632bf748 Update train.py 2024-03-08 02:56:53 +08:00
jinzr
da181ac2b6 to align with PR #1524 2024-03-04 14:57:11 +08:00
jinzr
94461025f1 Merge branch 'dev/tts/vctk/tokenizer' of https://github.com/JinZr/icefall into dev/tts/vctk/tokenizer 2024-03-01 09:40:46 +08:00
jinzr
8f8e516e29 Update train.py 2024-03-01 09:40:43 +08:00
zr_jin
62f4bdb0bb
Merge branch 'k2-fsa:master' into dev/tts/vctk/tokenizer 2024-02-29 17:32:00 +08:00
zr_jin
58610b1bf6
Provides README.md for TTS recipes (#1491)
* Update README.md
2024-02-29 17:31:28 +08:00
jinzr
a0dc097ad9 init commit 2024-02-29 15:04:08 +08:00
jinzr
42d68f0755 Create prepare_token_file.py 2024-02-29 14:53:10 +08:00
jinzr
04c5e6d3a6 Delete prepare_token_file.py 2024-02-29 14:52:58 +08:00
Yifan Yang
5dfc3ed7f9
Fix buffer size of DynamicBucketingSampler (#1468)
* Fix buffer size

* Fix for flake8

---------

Co-authored-by: yifanyeung <yifanyeung@yifanyeung.local>
2024-01-21 02:10:42 +08:00
zr_jin
b9b56eb879
Minor fixes to the VCTK data prep scripts (#1441)
* Update prepare.sh
2024-01-08 14:28:07 +08:00
Ali Haznedaroğlu
ddd7131317
Update TTS export-onnx.py scripts for handling variable token counts (#1430) 2023-12-25 19:44:07 +08:00
zr_jin
df56aff31e
minor fixes to the vits onnx exportation scripts (#1408) 2023-12-08 21:11:31 +08:00
zr_jin
bda72f86ff
minor adjustments to the VITS recipes for onnx runtime (#1405) 2023-12-08 06:32:40 +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