BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

Training On Dataset Results in 'No module named 'synthesis.synthesize' #172

Closed adamsih300u closed 1 year ago

adamsih300u commented 1 year ago

I have been following the instructions right along, generated a dataset, and have moved on to the training portion.

When I run the training portion I get the following error: Traceback (most recent call last): File "./training/train.py", line 4, in from synthesis.synthesize import load_model ModuleNotFoundError: No module named 'synthesis.synthesize'

I can't for the life of me figure out what I need to install to get this module. Hoping someone can point me in the right direction.

Thanks!

adamsih300u commented 1 year ago

Disregard, apparently I did something wrong. The training is working after clearing all of my pip installed packages and re-installing according to requirements.txt.