Rongjiehuang / GenerSpeech

PyTorch Implementation of GenerSpeech (NeurIPS'22): a text-to-speech model towards zero-shot style transfer of OOD custom voice.
MIT License
318 stars 45 forks source link

bug of inference #2

Closed JJun-Guo closed 1 year ago

JJun-Guo commented 1 year ago

Traceback (most recent call last): File "inference/GenerSpeech.py", line 2, in from inference.base_tts_infer import BaseTTSInfer ModuleNotFoundError: No module named 'inference'

UstymKhaburskiy commented 1 year ago

Add this to the inference/GenerSpeech.py file: import sys sys.path.append('../GenerSpeech')