Commit Graph

252 Commits

Author SHA1 Message Date
Songting bcce0787b3 Merge pull request #527 from DogeLord081/main
Update short_audio_transcribe.py to fix Whisper no short audios found issue
2023-11-14 17:14:46 +08:00
Songting aa3b066668 Adaptation to whisper large-v3 update 2023-11-14 17:13:54 +08:00
Danu Kim 1f102f3c09 Update short_audio_transcribe.py 2023-11-13 16:56:55 -05:00
Songting 3a19b67247 Merge pull request #506 from ALECX123/main
fix issue #156 UnicodeEncodeError
2023-10-28 14:36:10 +08:00
Alexc123 1c99b4120b fix issue #156 UnicodeEncodeError 2023-10-27 12:24:07 +08:00
Songting 739105573d Update requirements.txt 2023-10-21 23:08:58 +08:00
Songting 8b5acbc877 changed pyopenjtalk to pyopenjtalk-prebuilt 2023-09-16 17:37:25 +08:00
Songting e7dd856db8 Merge pull request #424 from ufownl/main
Fix the video2audio script
2023-08-30 20:48:39 +08:00
RangerUFO e3a941bad2 Fix the video2audio script
Prevent stripping of the "4" character at the end of the random number.
2023-08-30 20:40:03 +08:00
Songting 7946460e82 Merge pull request #395 from eltociear/main-1
Fix typo in modules.py
2023-08-14 00:24:34 +08:00
Ikko Eltociear Ashimine 4ab49d946a Fix typo in modules.py
Dialted -> Dilated
2023-08-14 01:14:29 +09:00
Songting d2b7db3687 Merge pull request #359 from ak8893893/main
Update LOCAL.md
2023-07-23 22:11:24 +08:00
Songting bd90394d1d Update README_ZH.md 2023-07-23 13:53:44 +08:00
Songting 3cc4ecedd5 Update README.md 2023-07-23 13:53:24 +08:00
Songting e84523e572 Update requirements.txt 2023-07-23 13:03:17 +08:00
AK becf5145e5 Merge branch 'Plachtaa:main' into main 2023-07-23 12:51:54 +08:00
AK e54309d74d Update LOCAL.md
correct spelling error
2023-07-23 12:51:27 +08:00
Songting 8a9535c0c7 Update README_ZH.md 2023-07-22 22:52:56 +08:00
Songting 2262cb8212 Update README.md 2023-07-22 22:52:14 +08:00
Songting 496dd8486a Update README_ZH.md 2023-07-22 22:46:48 +08:00
Songting e9441dbc7f Update README.md 2023-07-22 22:22:44 +08:00
Songting e01c21e65f Update README_ZH.md 2023-07-22 22:22:18 +08:00
Songting 758761ff99 Update README.md 2023-07-22 22:20:03 +08:00
Songting cad389b2ee Merge pull request #357 from ak8893893/main
Update preprocess_v2.py
2023-07-22 16:11:20 +08:00
AK 46d68bcf8e Update preprocess_v2.py
add comment
2023-07-22 01:30:32 +08:00
AK 2006097768 Update preprocess_v2.py
fix the error message of RecursionError: maximum recursion depth exceeded while calling a Python object
2023-07-22 01:16:35 +08:00
Songting 963089cc90 Update README_ZH.md 2023-07-18 14:46:37 +08:00
Songting 2e116a44ab Update README.md 2023-07-18 14:46:02 +08:00
Plachta a5a0fed4e1 Checkpoints will be saved to google drive during training 2023-07-13 20:33:47 +08:00
Songting cec3206028 Merge pull request #328 from ak8893893/main
Update LOCAL.md
2023-07-11 20:20:05 +08:00
AK ccaa1db0e3 Update LOCAL.md
modify the command from "python3.8" -> "python"
2023-07-11 18:23:38 +08:00
AK 0cdb8554b5 Update LOCAL.md
Add remove "separated" folder's training data
2023-07-11 18:15:10 +08:00
AK 1ba65b1b55 Update LOCAL.md
Add Windows version delete training data command
2023-07-11 18:02:37 +08:00
AK f2f877762a Update LOCAL.md 2023-07-11 17:45:27 +08:00
Songting b888c11b33 Merge pull request #325 from ak8893893/patch-1
Update DATA_EN.MD
2023-07-10 23:10:25 +08:00
AK ac21cd274e Update DATA_EN.MD 2023-07-10 22:15:22 +08:00
Songting 86d23945b6 Update LOCAL.md 2023-07-02 10:35:58 +08:00
Songting 460222c845 Merge pull request #310 from cloudxinn/patch-1
Update LOCAL.md
2023-07-02 10:35:17 +08:00
cloudxinn 7abb84e8b6 Update LOCAL.md
correct the command of step 2
2023-06-30 18:31:53 +08:00
Songting 3938f0581b Update LOCAL.md 2023-06-21 15:02:51 +08:00
Songting 3ba2c740f9 Update LOCAL.md 2023-06-21 02:04:08 +08:00
Songting 7c9bda5ec9 Update LOCAL.md 2023-06-21 02:03:43 +08:00
Songting 5c8d5aa943 Added ffmpeg dependency 2023-06-20 17:02:37 +08:00
Songting aa6feb1178 Added ffmpeg dependency 2023-06-20 17:01:32 +08:00
Songting b31e0a414c Added ffmpeg dependency 2023-06-20 17:00:09 +08:00
Songting 2ca4200641 Added author name of the Chinese model 2023-06-20 16:55:16 +08:00
Songting 18a3d273e8 Added author name of the Chinese model 2023-06-20 16:53:58 +08:00
Songting a24999f41b Merge pull request #281 from Artrajz/main
修改继续训练的部分以及增加从零开始训练选项
2023-06-14 17:23:09 +08:00
Plachta 809232f8d8 Merge remote-tracking branch 'origin/main' 2023-06-14 15:36:59 +08:00
Plachta 9cd6f36696 Updated README_ZH.md 2023-06-14 15:36:48 +08:00