Tacotron2: denoiser module is missing

Created on 16 Mar 2019  路  4Comments  路  Source: NVIDIA/tacotron2

inference.ipynb contains a line:

from denoiser import Denoise

I can't find the denoiser module. Is it missing?

Most helpful comment

Update the submodule and try again:
git submodule update --remote --merge

All 4 comments

Update the submodule and try again:
git submodule update --remote --merge

It's working now.

Looks like it should be added to README.md

Doing that git command seems to introduce other problems, ref https://github.com/NVIDIA/tacotron2/issues/184 - is there any way to fix it in the latest code without using that git command?

Was this page helpful?
0 / 5 - 0 ratings