• https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.

    XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG

  • Joined on 2022-10-10
ecker closed issue ecker/ai-voice-cloning#116 2023-03-13 17:41:58 +00:00
Training crashed: 'AsyncRequest' object has no attribute '_json_response_data'
ecker commented on issue ecker/ai-voice-cloning#107 2023-03-13 17:41:41 +00:00
./train.sh: line 12: 36088 Segmentation fault

Incidentally, I've found that TensorBoard has caused a similar issue causing this VALL-E implementation to segfault as well, although the…

ecker closed issue ecker/ai-voice-cloning#107 2023-03-13 17:41:41 +00:00
./train.sh: line 12: 36088 Segmentation fault
ecker closed issue ecker/ai-voice-cloning#103 2023-03-13 17:39:13 +00:00
! RETRAIN YOUR MODELS !
ecker closed issue ecker/ai-voice-cloning#100 2023-03-13 17:39:05 +00:00
! POSSIBLE NEW ISSUES !
ecker closed issue ecker/ai-voice-cloning#97 2023-03-13 17:38:56 +00:00
Training Error? Encountered 10 NaN losses in a row?
ecker closed issue ecker/ai-voice-cloning#41 2023-03-13 17:38:42 +00:00
Assorted feedback and some questions
ecker closed issue ecker/ai-voice-cloning#25 2023-03-13 17:38:29 +00:00
Discussion About BitsAndBytes Integration
ecker closed issue ecker/ai-voice-cloning#28 2023-03-13 17:38:19 +00:00
Feature request: batch processing/automation
ecker commented on issue ecker/ai-voice-cloning#130 2023-03-13 16:20:01 +00:00
Error while runing training

Your copy is a couple of days out of date.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 04:26:12 +00:00
ee1b048d07 when creating the train/validatio datasets, use segments if the main audio's duration is too long, and slice to make the segments if they don't exist
ecker commented on issue ecker/ai-voice-cloning#127 2023-03-13 04:13:25 +00:00
Error On Install Dependencies; expected?

but I get a ffmpeg failure on generate transcript (ffmpeg.exe is in ./bin) not sure if they are related?

You'll need to uninstall and install ffmpeg-python, for some reason.

Windows:

ecker commented on issue ecker/ai-voice-cloning#126 2023-03-13 01:38:42 +00:00
Line delimited prompts - only output 'combined', maybe add an option to also save the non-combined generations?

You can disable the Delete Non-Final Outputs setting under Settings to retain the individual pieces that get combined.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 01:33:50 +00:00
0cf9db5e69 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 01:21:04 +00:00
050bcefd73 resample to 22.5K when creating training inputs (to avoid redundant downsampling when loaded for training, even though most of my inputs are already at 22.5K), generalized resampler function to cache and reuse them, do not unload whisper when done transcribing since it gets unloaded anyways for any other non-transcription task
ecker pushed to master at ecker/ai-voice-cloning 2023-03-13 00:44:39 +00:00
7c9c0dc584 forgot to clean up debug prints
ecker pushed to master at ecker/ai-voice-cloning 2023-03-12 23:39:09 +00:00
239c984850 move validating audio to creating the text files instead, consider audio longer than 11 seconds invalid, consider text lengths over 200 invalid
ecker closed issue ecker/ai-voice-cloning#125 2023-03-12 22:50:27 +00:00
Can't train
ecker commented on issue ecker/ai-voice-cloning#120 2023-03-12 22:35:42 +00:00
API IndexError: list index out of range

Figured it out. In the future, you should really validate your generation settings.

Your candidate size is set to 0. Set it to 1.

ecker closed issue ecker/ai-voice-cloning#120 2023-03-12 22:35:42 +00:00
API IndexError: list index out of range