Voice-Cloning-App icon indicating copy to clipboard operation
Voice-Cloning-App copied to clipboard

A Python/Pytorch app for easily synthesising human voices

Results 46 Voice-Cloning-App issues
Sort by recently updated
recently updated
newest added

I want to create my own dataset, how do I do this? I cant seem to make sense of the dataset section

I've insured my metadata.csv file is UTF-8 encoded without BOM since that's what these ML algorithms seem to like. Here's my error: ``` INFO:root:Setting batch size to 38, learning rate...

``` INFO:root:Setting batch size to 38, learning rate to 0.0003082207001484488. (14GB GPU memory free) INFO:root:Loading model... INFO:root:Loaded model INFO:root:Loading data... 56 train files, 14 test files --------------------------------------------------------------------------- TypeError Traceback (most...

I have tried running the notebook, though it worked well but cloned voice has no resemblance to speaker and has a noice. Is there any update coming to this model?...

When I try to train with my dataset the following error occurs: INFO:root:Loading model... INFO:root:Loaded model INFO:root:Loading data... 112 train files, 28 test files --------------------------------------------------------------------------- TypeError Traceback (most recent call...

Type: NotADirectoryError Text: [WinError 267] Der Verzeichnisname ist ungültig: 'd:\\voicecloningAPP\\data\\models\\tacotron2_statedict.pt' Full: Traceback (most recent call last): File "C:\ProgramData\anaconda3\envs\voicecloningAPP\lib\site-packages\flask\app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "C:\ProgramData\anaconda3\envs\voicecloningAPP\lib\site-packages\flask\app.py", line 1936, in...

Type: FileNotFoundError Text: [Errno 2] No such file or directory: 'alphabets\\German.txt' Full: Traceback (most recent call last): File "flask\app.py", line 1950, in full_dispatch_request File "flask\app.py", line 1936, in dispatch_request File...

(voicecloningAPP) d:\voicecloningAPP\training>python train.py --output_directory=D:\voicecloningAPP\data\datasets\test03\out\ --log_directory=D:\voicecloningAPP\data\datasets\test03\log\ -c tacotron2_statedict.pt --warm_start Traceback (most recent call last): File "train.py", line 4, in from synthesis.synthesize import load_model ModuleNotFoundError: No module named 'synthesis'

Can you upload the GPU version to drive or onedrive?

The ability to generate TTS using the url, Such as : http//localhost:8000/synthesize/?text=SomethingSomethingSomething The audio got be played automatically or even saved somewhere.