NVIDIA / waveglow

A Flow-based Generative Network for Speech Synthesis
BSD 3-Clause "New" or "Revised" License
2.29k stars 530 forks source link

ModuleNotFoundError: No module named 'layers' #281

Closed xinxinye000 closed 2 months ago

xinxinye000 commented 2 months ago

当我执行下面命令时报错: inference.py -f mel_files.txt -w checkpoints/waveglow_6800 -o . --is_fp16 -s 0.6

报错如下: Traceback (most recent call last): File "E:\Code_test\0声码器集合\Mel_8\waveglow-master\inference.py", line 31, in from denoiser import Denoiser File "E:\Code_test\0声码器集合\Mel_8\waveglow-master\denoiser.py", line 4, in from layers import STFT ModuleNotFoundError: No module named 'layers'

请问需要如何解决呢? 使用pip install layers 也不行,求助。

xinxinye000 commented 2 months ago

I found some code in tacotron2