Fangjun Kuang
|
46a976166d
|
Upload models to huggingface
|
2024-12-31 14:17:20 +08:00 |
|
Fangjun Kuang
|
2bfdd9ce8b
|
Upload models to huggingface
|
2024-12-31 14:12:48 +08:00 |
|
Fangjun Kuang
|
1ea7908bad
|
minor fixes
|
2024-12-30 18:24:50 +08:00 |
|
Fangjun Kuang
|
9fd87c5b3e
|
Fix typos
|
2024-12-30 18:20:49 +08:00 |
|
Fangjun Kuang
|
5181a47775
|
fix style issues
|
2024-12-30 18:07:28 +08:00 |
|
Fangjun Kuang
|
f511382f9f
|
Fix style issues
|
2024-12-30 17:56:04 +08:00 |
|
Fangjun Kuang
|
17c3209ea1
|
Fix CI
|
2024-12-30 17:52:09 +08:00 |
|
Fangjun Kuang
|
405e9e8fb4
|
Fix CI
|
2024-12-30 17:49:04 +08:00 |
|
Fangjun Kuang
|
2c7ad4d1b0
|
update readme
|
2024-12-30 17:38:54 +08:00 |
|
Fangjun Kuang
|
1207505de1
|
install onnx 1.17.0
|
2024-12-30 17:32:31 +08:00 |
|
Fangjun Kuang
|
f34987f450
|
small fixes
|
2024-12-30 17:26:19 +08:00 |
|
Fangjun Kuang
|
f806d3f417
|
Upload models
|
2024-12-30 17:20:55 +08:00 |
|
Fangjun Kuang
|
0fe5e26d54
|
minor fixes
|
2024-12-30 16:45:46 +08:00 |
|
Fangjun Kuang
|
c93530cc5e
|
minor fixes
|
2024-12-30 16:43:18 +08:00 |
|
Fangjun Kuang
|
a3dd431ed0
|
Add CI
|
2024-12-30 16:39:06 +08:00 |
|
Fangjun Kuang
|
0e0ad4449e
|
Update README
|
2024-12-30 16:13:13 +08:00 |
|
Fangjun Kuang
|
ef062f37c4
|
add usage examples
|
2024-12-30 15:56:15 +08:00 |
|
Fangjun Kuang
|
53221902cb
|
export to onnx
|
2024-12-30 15:51:55 +08:00 |
|
Fangjun Kuang
|
6478902108
|
generate lexicon and export onnx models
|
2024-12-27 19:16:36 +08:00 |
|
Fangjun Kuang
|
e4f08c74f7
|
First working version
|
2024-12-26 18:28:01 +08:00 |
|
Fangjun Kuang
|
e4d40baaf5
|
ready to train
|
2024-12-26 11:51:56 +08:00 |
|
Fangjun Kuang
|
f4d6fb06aa
|
Merge remote-tracking branch 'dan/master' into baker-matcha
|
2024-12-25 14:31:07 +08:00 |
|
Fangjun Kuang
|
ad966fb81d
|
Minor fixes to the onnx inference script for ljspeech matcha-tts. (#1838)
|
2024-12-19 15:19:41 +08:00 |
|
Fangjun Kuang
|
35766d7db4
|
generate tokens.txt
|
2024-12-18 18:28:05 +08:00 |
|
Fangjun Kuang
|
92ed1708c0
|
Add torch 1.13 and 2.0 to CI tests (#1840)
|
2024-12-18 16:50:14 +08:00 |
|
Fangjun Kuang
|
d4d4f281ec
|
Revert "Replace deprecated pytorch methods (#1814)" (#1841)
This reverts commit 3e4da5f78160d3dba3bdf97968bd7ceb8c11631f.
|
2024-12-18 16:49:57 +08:00 |
|
Fangjun Kuang
|
42fee0228b
|
download and unzip the dataset
|
2024-12-18 16:13:09 +08:00 |
|
Fangjun Kuang
|
e4c0aa3012
|
create symlinks
|
2024-12-18 11:30:02 +08:00 |
|
Li Peng
|
3e4da5f781
|
Replace deprecated pytorch methods (#1814)
* Replace deprecated pytorch methods
- torch.cuda.amp.GradScaler(...) => torch.amp.GradScaler("cuda", ...)
- torch.cuda.amp.autocast(...) => torch.amp.autocast("cuda", ...)
* Replace `with autocast(...)` with `with autocast("cuda", ...)`
Co-authored-by: Li Peng <lipeng@unisound.ai>
|
2024-12-16 10:24:16 +08:00 |
|
zr_jin
|
d475de5600
|
Merge pull request #1835 from JinZr/fix/matcha-minor
|
2024-12-11 19:03:19 +08:00 |
|
zr_jin
|
b7acf0f57b
|
minor fixes
|
2024-12-11 14:33:47 +08:00 |
|
zr_jin
|
a43480af47
|
fixed the not found python 3.8 env (#1830)
|
2024-12-10 11:15:49 +08:00 |
|
zr_jin
|
08caa1e4e5
|
minor fixes to the matcha recipe
|
2024-12-09 22:59:29 +08:00 |
|
zr_jin
|
32b7a449e7
|
removed unnecessary type check (#1827)
|
2024-12-08 17:36:08 +08:00 |
|
zr_jin
|
d33f678176
|
fixed the formatting issue of PR#1812 (#1828)
|
2024-12-08 16:37:24 +08:00 |
|
goddamnVincent
|
5c04f7bfb8
|
'try to fix 'compute_fbank_kespeech_splits.py: error: unrecognized arguments: --speed-perturb true'' (#1812)
|
2024-12-08 11:17:15 +08:00 |
|
zr_jin
|
1c4dd464a0
|
Performed end to end testing on the matcha recipe (#1797)
* minor fixes to the `ljspeech/matcha` recipe
|
2024-12-08 03:18:15 +08:00 |
|
zr_jin
|
6e6b022e41
|
performed end to end testing to the VALL-E recipe (#1818)
* added the missing ``visualize`` function
* minor fixes
|
2024-12-06 16:14:51 +08:00 |
|
Han Zhu
|
bdd0f85704
|
Fix the normalized_text in LibriTTS recipe (#1825)
|
2024-12-05 15:12:06 +08:00 |
|
zr_jin
|
a1ade8ecb7
|
fixed failed assertion in the xbmu_ambo31 recipe (#1816)
|
2024-11-29 16:36:02 +08:00 |
|
Han Zhu
|
18fa6a0fec
|
Fix LibriTTS prepare.sh (#1815)
|
2024-11-29 11:45:05 +08:00 |
|
Yuekai Zhang
|
cbe012d54c
|
Valle Recipe for WenetSpeech4TTS, LibriTTS, LibriTTS-R (#1805)
* add valle
* update readme
|
2024-11-22 11:18:01 +08:00 |
|
Yifan Yang
|
57451b0382
|
refactor ksponspeech recipe (#1794)
Co-authored-by: Your Name <>
|
2024-11-01 22:49:19 +08:00 |
|
zr_jin
|
66225fbe33
|
VITS recipe for LibriTTS corpus (#1776)
|
2024-11-01 15:33:13 +08:00 |
|
Yifan Yang
|
119e1ce3e8
|
fix str2bool (#1792)
|
2024-10-31 09:54:12 +08:00 |
|
zr_jin
|
87cadfcd2e
|
fixed formatting issue (#1791)
* isort fixed formatting issue
|
2024-10-30 21:14:12 +08:00 |
|
Wei Kang
|
d513d456b8
|
Add prefix beam search and corresponding decoding methods (#1786)
* Add prefix beam search / shallow fussion / hotwords in librispeech ctc decode
* Add librispeech cr-ctc prefix beam search results
|
2024-10-30 10:14:34 +08:00 |
|
Fangjun Kuang
|
6c7863c2f8
|
Fix CI tests (#1788)
Use numpy<2.0
|
2024-10-29 22:26:25 +08:00 |
|
Fangjun Kuang
|
f23c8ce9dd
|
Fix CI test for gigaspeech (#1787)
|
2024-10-29 15:50:49 +08:00 |
|
Fangjun Kuang
|
516b4869b3
|
Add Matcha-TTS (#1773)
|
2024-10-29 15:04:04 +08:00 |
|