soobinseo / Tacotron-pytorch

Pytorch implementation of Tacotron
Apache License 2.0
207 stars 41 forks source link

No module named 'Tacotron' #9

Closed taronling closed 1 year ago

taronling commented 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.

taronling commented 1 year ago

I realised the root directory is called Tacotron. Replaced the Tacotron.text to text