Closed taronling closed 1 year ago
Hi I'm running into the below error - has anyone else encountered this and know a fix?
File ".../tacotron/text/init.py", line 4, in from Tacotron.text import cleaners ModuleNotFoundError: No module named 'Tacotron'
Many thanks in advance.
I realised the root directory is called Tacotron. Replaced the Tacotron.text to text
Hi I'm running into the below error - has anyone else encountered this and know a fix?
File ".../tacotron/text/init.py", line 4, in
from Tacotron.text import cleaners
ModuleNotFoundError: No module named 'Tacotron'
Many thanks in advance.